index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
core
Age
Commit message (
Expand
)
Author
2016-06-08
net_sched: add missing paddattr description
Eric Dumazet
2016-06-08
net-sysfs: fix missing <linux/of_net.h>
Ben Dooks
2016-05-31
net: pktgen: Call destroy_hrtimer_on_stack()
Guenter Roeck
2016-05-25
net: hwbm: Fix unbalanced spinlock in error case
Gregory CLEMENT
2016-05-20
net: define gso types for IPx over IPv4 and IPv6
Tom Herbert
2016-05-16
net: also make sch_handle_egress() drop monitor ready
Daniel Borkmann
2016-05-16
bpf: add generic constant blinding for use in jits
Daniel Borkmann
2016-05-16
bpf: prepare bpf_int_jit_compile/bpf_prog_select_runtime apis
Daniel Borkmann
2016-05-16
bpf: minor cleanups in ebpf code
Daniel Borkmann
2016-05-11
net: l3mdev: Add hook in ip and ipv6
David Ahern
2016-05-10
skbuff: remove unused variable `doff'
Sowmini Varadhan
2016-05-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-05-08
net: make sch_handle_ingress() drop monitor ready
Eric Dumazet
2016-05-06
bpf: wire in data and data_end for cls_act_bpf
Alexei Starovoitov
2016-05-04
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
2016-05-04
net: fix infoleak in rtnetlink
Kangjie Lu
2016-05-04
net: Fix netdev_fix_features so that TSO_MANGLEID is only available with TSO
Alexander Duyck
2016-05-04
gso: Only allow GSO_PARTIAL if we can checksum the inner protocol
Alexander Duyck
2016-05-04
gso: Do not perform partial GSO if number of partial segments is 1 or less
Alexander Duyck
2016-05-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-05-03
net: add __sock_wfree() helper
Eric Dumazet
2016-05-03
net: Disable segmentation if checksumming is not supported
Alexander Duyck
2016-05-02
net: rtnetlink: add linkxstats callbacks and attribute
Nikolay Aleksandrov
2016-05-02
net: rtnetlink: allow rtnl_fill_statsinfo to save private state counter
Nikolay Aleksandrov
2016-05-02
tcp: make tcp_sendmsg() aware of socket backlog
Eric Dumazet
2016-05-02
net: do not block BH while processing socket backlog
Eric Dumazet
2016-04-29
net: constify is_skb_forwardable's arguments
Nikolay Aleksandrov
2016-04-28
tuntap: calculate rps hash only when needed
Jason Wang
2016-04-27
net: rename NET_{ADD|INC}_STATS_BH()
Eric Dumazet
2016-04-26
net: remove NETDEV_TX_LOCKED support
Florian Westphal
2016-04-26
sched: align nlattr properly when needed
Nicolas Dichtel
2016-04-26
neigh: align nlattr properly when needed
Nicolas Dichtel
2016-04-26
rtnl: align nlattr properly when needed
Nicolas Dichtel
2016-04-26
sock_diag: align nlattr properly when needed
Nicolas Dichtel
2016-04-25
skbuff: Add pskb_extract() helper function
Sowmini Varadhan
2016-04-25
rtnl: use nla_put_u64_64bit()
Nicolas Dichtel
2016-04-23
libnl: nla_put_msecs(): align on a 64-bit area
Nicolas Dichtel
2016-04-23
libnl: nla_put_be64(): align on a 64-bit area
Nicolas Dichtel
2016-04-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-04-21
net: Add support for IP ID mangling TSO in cases that require encapsulation
Alexander Duyck
2016-04-21
rtnl: use the new API to align IFLA_STATS*
Nicolas Dichtel
2016-04-20
rtnetlink: add new RTM_GETSTATS message to dump link stats
Roopa Prabhu
2016-04-19
bpf: add event output helper for notifications/sampling/logging
Daniel Borkmann
2016-04-19
net: Add helpers for 64-bit aligning netlink attributes.
David S. Miller
2016-04-19
net: Align IFLA_STATS64 attributes properly on architectures that need it.
David S. Miller
2016-04-18
net: ethtool: export conversion function between u32 and link mode
Philippe Reynes
2016-04-18
rtnetlink: rtnl_fill_stats: avoid an unnecssary stats copy
Roopa Prabhu
2016-04-15
vlan: pull on __vlan_insert_tag error path and fix csum correction
Daniel Borkmann
2016-04-14
bpf: convert relevant helper args to ARG_PTR_TO_RAW_STACK
Daniel Borkmann
2016-04-14
net: validate_xmit_skb() changes
Eric Dumazet
[next]