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
2012-01-06
net: Add a flow_cache_flush_deferred function
Steffen Klassert
2011-11-11
net: Unlock sock before calling sk_free()
Thomas Gleixner
2011-11-11
net: hold sock reference while processing tx timestamps
Richard Cochran
2011-11-11
rtnetlink: Add missing manual netlink notification in dev_change_net_namespaces
Eric W. Biederman
2011-10-19
fib_rules: fix unresolved_rules counting
Yan, Zheng
2011-09-21
fib:fix BUG_ON in fib_nl_newrule when add new fib rule
Gao feng
2011-09-16
net: Handle different key sizes between address families in flow cache
dpward
2011-09-15
net: copy userspace buffers on device forwarding
Michael S. Tsirkin
2011-09-15
net: Make flow cache namespace-aware
dpward
2011-08-26
netpoll: fix incorrect access to skb data in __netpoll_rx
Eric Dumazet
2011-08-24
arp: fix rcu lockdep splat in arp_process()
Eric Dumazet
2011-08-11
scm: Capture the full credentials of the scm sender
Tim Chen
2011-08-06
net: Compute protocol sequence numbers and fragment IDs using MD5.
David S. Miller
2011-08-01
net: add kerneldoc to skb_copy_bits()
Eric Dumazet
2011-07-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2011-07-27
net: add IFF_SKB_TX_SHARED flag to priv_flags
Neil Horman
2011-07-26
atomic: use <linux/atomic.h>
Arun Sharma
2011-07-25
net: Convert struct net_device uc_promisc to bool
Joe Perches
2011-07-22
net: allow netif_carrier to be called safely from IRQ
stephen hemminger
2011-07-21
ethtool: Allow zero-length register dumps again
Ben Hutchings
2011-07-21
skbuff: fix error handling in pskb_copy()
Dan Carpenter
2011-07-17
net: Abstract dst->neighbour accesses behind helpers.
David S. Miller
2011-07-17
neigh: Pass neighbour entry to output ops.
David S. Miller
2011-07-16
neigh: Kill ndisc_ops->queue_xmit
David S. Miller
2011-07-16
neigh: Kill hh_cache->hh_output
David S. Miller
2011-07-16
neigh: Kill neigh_ops->hh_output
David S. Miller
2011-07-16
neigh: Simply destroy handling wrt. hh_cache.
David S. Miller
2011-07-14
net: remove /sys/class/net/*/features
Michał Mirosław
2011-07-14
net: unexport netdev_fix_features()
Michał Mirosław
2011-07-14
net: cleanup vlan_features setting in register_netdev
Michał Mirosław
2011-07-14
net: Embed hh_cache inside of struct neighbour.
David S. Miller
2011-07-13
net: Kill support for multiple hh_cache entries per neighbour
David S. Miller
2011-07-13
net: Push protocol type directly down to header_ops->cache()
David S. Miller
2011-07-11
ipv4: Use universal hash for ARP.
David S. Miller
2011-07-11
neigh: Store hash shift instead of mask.
David S. Miller
2011-07-09
skbuff: clear tx zero-copy flag
Shirley Ma
2011-07-08
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2011-07-07
skbuff: skb supports zero-copy buffers
Shirley Ma
2011-07-05
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2011-07-05
net: Add GSO to vlan_features initialization
Shan Wei
2011-07-05
NFC: add NFC socket family
Aloisio Almeida Jr
2011-07-03
netpoll: Remove wrapper function netpoll_poll
Joe Perches
2011-07-03
netpoll: Remove unused EXPORT_SYMBOLs of netpoll_poll and netpoll_poll_dev
Joe Perches
2011-07-01
ipv6: Don't put artificial limit on routing table size.
David S. Miller
2011-07-01
rtnl: provide link dump consistency info
Thomas Graf
2011-06-21
ip: introduce ip_is_fragment helper inline function
Paul Gortmaker
2011-06-21
core: add tracepoints for queueing skb to rcvbuf
Satoru Moriya
2011-06-21
udp: add tracepoints for queueing skb to rcvbuf
Satoru Moriya
2011-06-20
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2011-06-20
net: export the receive time stamping hook for non-NAPI drivers
Richard Cochran
[next]