1. 99bbc70 rps: selective flow shedding during softnet overflow by Willem de Bruijn · 11 years ago
  2. 57b354e dev: remove duplicate 'skb->dev = dev' in dev_forward_skb() by Nicolas Dichtel · 11 years ago
  3. f77d602 ipv6: do not clear pinet6 field by Eric Dumazet · 11 years ago
  4. 19acc32 gso: Handle Trans-Ether-Bridging protocol in skb_network_protocol() by Pravin B Shelar · 11 years ago
  5. a3dbbc2 netpoll: inverted down_trylock() test by Dan Carpenter · 11 years ago
  6. 243198d rps_dev_flow_table_release(): no need to delay vfree() by Al Viro · 11 years ago
  7. b29d314 net: vlan,ethtool: netdev_features_t is more than 32 bit by Bjørn Mork · 11 years ago
  8. 6708c9e net: use netdev_features_t in skb_needs_linearize() by Patrick McHardy · 11 years ago
  9. 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  10. a8ca16e proc: Supply a function to remove a proc entry by PDE by David Howells · 11 years ago
  11. 0bb80f2 proc: Split the namespace stuff out into linux/proc_ns.h by David Howells · 11 years ago
  12. 73287a4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  13. bd7c4b6 netpoll: convert mutex into a semaphore by Neil Horman · 11 years ago
  14. 5871768 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  15. 39cc861 unix/dgram: fix peeking with an offset larger than data in queue by Benjamin Poirier · 11 years ago
  16. add05ad unix/dgram: peek beyond 0-sized skbs by Benjamin Poirier · 11 years ago
  17. 0c77215 net: Use consume_skb() to free gso segmented skb by Sridhar Samudrala · 11 years ago
  18. 70e3ba7 net/core: remove duplicate statements by do-while loop by Akinobu Mita · 11 years ago
  19. 33d7c5e net/core: rename random32() to prandom_u32() by Akinobu Mita · 11 years ago
  20. aebda15 net: defer net_secret[] initialization by Eric Dumazet · 11 years ago
  21. e8d9612 sock_diag: allow to dump bpf filters by Nicolas Dichtel · 11 years ago
  22. 37fe066 net: fix address check in rtnl_fdb_del by Vlad Yasevich · 11 years ago
  23. e12472d net: remove redundant code in dev_hard_start_xmit() by Eric Dumazet · 11 years ago
  24. 2e31396 packet: tx timestamping on tpacket ring by Willem de Bruijn · 11 years ago
  25. 6e0895c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  26. 53759be net: Remove return value from list_netdevice() by dingtianhong · 11 years ago
  27. c846ad9 net: rate-limit warn-bad-offload splats. by Ben Greear · 11 years ago
  28. 2d6577f net: Add missing netdev feature strings for NETIF_F_HW_VLAN_STAG_* by David S. Miller · 11 years ago
  29. 0ebd0ac net: add function to allocate sk_buff head without data area by Patrick McHardy · 11 years ago
  30. 8ad227f net: vlan: add 802.1ad support by Patrick McHardy · 11 years ago
  31. 86a9bad net: vlan: add protocol argument to packet tagging functions by Patrick McHardy · 11 years ago
  32. f646968 net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_* by Patrick McHardy · 11 years ago
  33. d5d427c neighbour: Convert NEIGH_PRINTK to neigh_dbg by Joe Perches · 11 years ago
  34. 4cd729b0 net: add dev_uc_sync_multiple() and dev_mc_sync_multiple() api by Vlad Yasevich · 11 years ago
  35. 6c67798 Revert "netprio_cgroup: make local table static" by David S. Miller · 11 years ago
  36. 763eff5 netprio_cgroup: make local table static by stephen hemminger · 11 years ago
  37. d9dda78 procfs: new helper - PDE_DATA(inode) by Al Viro · 11 years ago
  38. 6ffd464 netprio_cgroup: remove task_struct parameter from sock_update_netprio() by Zefan Li · 11 years ago
  39. 211d2f97 cls_cgroup: remove task_struct parameter from sock_update_classid() by Zefan Li · 11 years ago
  40. 88c5b5c rtnetlink: Call nlmsg_parse() with correct header length by Michael Riesch · 11 years ago
  41. 6b0ee8c0 scm: Stop passing struct cred by Eric W. Biederman · 11 years ago
  42. d978a63 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  43. d166582 Merge branch 'master' of git://1984.lsi.us.es/nf-next by David S. Miller · 11 years ago
  44. 124dff0 netfilter: don't reset nf_trace in nf_reset() by Patrick McHardy · 11 years ago
  45. 4543fbe net: count hw_addr syncs so that unsync works properly. by Vlad Yasevich · 11 years ago
  46. 8facd5f net: fix smatch warnings inside datagram_poll by Jacob Keller · 11 years ago
  47. 932bc4d net: add skb_dst_set_noref_force by Julian Anastasov · 11 years ago
  48. a210576 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  49. ff3421d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  50. 7d4c04f net: add option to enable error queue packets waking select by Keller, Jacob E · 11 years ago
  51. 00cfec3 net: add a synchronize_net() in netdev_rx_handler_unregister() by Eric Dumazet · 11 years ago
  52. 91f3e7b net: rtnetlink: fdb dflt dump must set idx used for cb->arg[0] by John Fastabend · 11 years ago
  53. a561cf7 net: core: Remove redundant call to 'nf_reset' in 'dev_forward_skb' by Shmulik Ladkani · 11 years ago
  54. 2781503 net: simplify the getting percpu of flow_cache by Li RongQing · 11 years ago
  55. 50eab05 net: fix the use of this_cpu_ptr by Li RongQing · 11 years ago
  56. 2c3de1c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 11 years ago
  57. 573ce26 net-next: replace obsolete NLMSG_* with type safe nlmsg_* by Hong zhi guo · 11 years ago
  58. fcca143 rtnetlink: fix error return code in rtnl_link_fill() by Wei Yongjun · 11 years ago
  59. e2a553d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  60. 5a048e3 net: core: let's use native isxdigit instead of custom by Andy Shevchenko · 11 years ago
  61. e5d5dec net: core: let skb_partial_csum_set() set transport header by Jason Wang · 11 years ago
  62. 15e5a03 net_sched: better precise estimation on packet length for untrusted packets by Jason Wang · 11 years ago
  63. eaac5f3 net: Print functions in /proc/net/ptype without the offset. by David S. Miller · 11 years ago
  64. 9979a55 net: remove a WARN_ON() in net_enable_timestamp() by Eric Dumazet · 11 years ago
  65. 0465277 ipv4: provide addr and netconf dump consistency info by Nicolas Dichtel · 11 years ago
  66. 661d296 rtnetlink: Remove passing of attributes into rtnl_doit functions by Thomas Graf · 11 years ago
  67. 4021db9 net: remove redundant ifdef CONFIG_CGROUPS by Zefan Li · 11 years ago
  68. 8fdc929 dynticks: avoid flow_cache_flush() interrupting every core by Chris Metcalf · 11 years ago
  69. 3e5289d filter: add ANC_PAY_OFFSET instruction for loading payload start offset by Daniel Borkmann · 11 years ago
  70. f77668d net: flow_dissector: add __skb_get_poff to get a start offset to payload by Daniel Borkmann · 11 years ago
  71. 6181659 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  72. 8ed7816 flow_keys: include thoff into flow_keys for later usage by Daniel Borkmann · 11 years ago
  73. 166ec36 net: Fix a comment typo by Kusanagi Kouichi · 11 years ago
  74. 92f28d9 scm: Require CAP_SYS_ADMIN over the current pidns to spoof pids. by Eric W. Biederman · 11 years ago
  75. 7f9421c netpoll: use DEFINE_STATIC_SRCU() to define netpoll_srcu by Lai Jiangshan · 11 years ago
  76. 6681712 vxlan: generalize forwarding tables by David Stevens · 11 years ago
  77. a5b8db9 rtnetlink: Mask the rta_type when range checking by Vlad Yasevich · 11 years ago
  78. c80a851 net/core: move vlan_depth out of while loop in skb_network_protocol() by Li RongQing · 11 years ago
  79. e5f2ef7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  80. e1733de flow_dissector: support L2 GRE by Michael Dalton · 11 years ago
  81. 84d73cd rtnl: fix info leak on RTM_GETLINK request for VF devices by Mathias Krause · 11 years ago
  82. 7313626 tunneling: Add generic Tunnel segmentation. by Pravin B Shelar · 11 years ago
  83. aefbd2b tunneling: Capture inner mac header during encapsulation. by Pravin B Shelar · 11 years ago
  84. f5b1729 net: Add skb_headers_offset_update helper function. by Pravin B Shelar · 11 years ago
  85. ee57967 tunnel: Inherit NETIF_F_SG for hw_enc_features. by Pravin B Shelar · 11 years ago
  86. ec5f061 net: Kill link between CSUM and SG features. by Pravin B Shelar · 11 years ago
  87. 3bc1b1a bridging: fix rx_handlers return code by Cristian Bercaru · 11 years ago
  88. 090096b net: generic fdb support for drivers without ndo_fdb_<op> by Vlad Yasevich · 11 years ago
  89. d1f41b6 net: reduce net_rx_action() latency to 2 HZ by Eric Dumazet · 11 years ago
  90. 691b3b7 net: fix new kernel-doc warnings in net core by Randy Dunlap · 11 years ago
  91. 82dc3c6 net: introduce NAPI_POLL_WEIGHT by Eric Dumazet · 11 years ago
  92. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 11 years ago
  93. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  94. 1cef935 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  95. 9802c8e net/core: apply pm_runtime_set_memalloc_noio on network devices by Ming Lei · 11 years ago
  96. 8e90455 sock_diag: Simplify sock_diag_handlers[] handling in __sock_diag_rcv_msg by Mathias Krause · 11 years ago
  97. 6e601a5 sock_diag: Fix out-of-bounds access to sock_diag_handlers[] by Mathias Krause · 11 years ago
  98. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  99. cbda4ea sock: only define socket limit if mem cgroup configured by stephen hemminger · 11 years ago
  100. 2bb60cb net: Fix locking bug in netif_set_xps_queue by Alexander Duyck · 11 years ago