1. 46e5da4 net: qdisc: use rcu prefix and silence sparse warnings by John Fastabend · 10 years ago
  2. bf7fa55 mac80211: Resolve sk_refcnt/sk_wmem_alloc issue in wifi ack path by Alexander Duyck · 10 years ago
  3. cab41c4 skb: Add documentation for skb_clone_sk by Alexander Duyck · 10 years ago
  4. 294a0b7 pktgen: Convert pr_warning to pr_warn by Joe Perches · 10 years ago
  5. 416c51e netns: remove one sparse warning by Eric Dumazet · 10 years ago
  6. 286aad3 net: bpf: be friendly to kmemcheck by Daniel Borkmann · 10 years ago
  7. eb84d6b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  8. 56193d1 net: Add function for parsing the header length out of linear ethernet frames by Alexander Duyck · 10 years ago
  9. 82eabd9 net: merge cases where sock_efree and sock_edemux are the same function by Alexander Duyck · 10 years ago
  10. 62bccb8 net-timestamp: Make the clone operation stand-alone from phy timestamping by Alexander Duyck · 10 years ago
  11. 37846ef net-timestamp: Merge shared code between phy and regular timestamping by Alexander Duyck · 10 years ago
  12. e793c0f net: treewide: Fix typo found in DocBook/networking.xml by Masanari Iida · 10 years ago
  13. f0db9b0 ethtool: Add generic options for tunables by Govindarajulu Varadarajan · 10 years ago
  14. e020836 dev_ioctl: remove dev_load() CAP_SYS_MODULE message by Daniel Borkmann · 10 years ago
  15. 60a3b22 net: bpf: make eBPF interpreter images read-only by Daniel Borkmann · 10 years ago
  16. 1f59533 qdisc: validate frames going through the direct_xmit path by Jesper Dangaard Brouer · 10 years ago
  17. ba99890 rtnl/do_setlink(): notify when a netdev is modified by Nicolas Dichtel · 10 years ago
  18. 90c325e rtnl/do_setlink(): last arg is now a set of flags by Nicolas Dichtel · 10 years ago
  19. 1889b0e rtnl/do_setlink(): set modified when IFLA_LINKMODE is updated by Nicolas Dichtel · 10 years ago
  20. 5d1180f rtnl/do_setlink(): set modified when IFLA_TXQLEN is updated by Nicolas Dichtel · 10 years ago
  21. 364a9e9 sock: deduplicate errqueue dequeue by Willem de Bruijn · 10 years ago
  22. 5a21232 net: Support for csum_bad in skbuff by Tom Herbert · 10 years ago
  23. afb84b62 pktgen: add flag NO_TIMESTAMP to disable timestamping by Jesper Dangaard Brouer · 10 years ago
  24. 8dcda22 net: xmit_list() becomes dev_hard_start_xmit(). by David S. Miller · 10 years ago
  25. ce93718 net: Don't keep around original SKB when we software segment GSO frames. by David S. Miller · 10 years ago
  26. 50cbe9a net: Validate xmit SKBs right when we pull them out of the qdisc. by David S. Miller · 10 years ago
  27. eae3f88 net: Separate out SKB validation logic from transmit path. by David S. Miller · 10 years ago
  28. 95f6b3d net: Have xmit_list() signal more==true when appropriate. by David S. Miller · 10 years ago
  29. fa2dbdc net: Pass a "more" indication down into netdev_start_xmit() code paths. by David S. Miller · 10 years ago
  30. 7f2e870 net: Move main gso loop out of dev_hard_start_xmit() into helper. by David S. Miller · 10 years ago
  31. 2ea2551 net: Create xmit_one() helper for dev_hard_start_xmit() by David S. Miller · 10 years ago
  32. 10b3ad8 net: Do txq_trans_update() in netdev_start_xmit() by David S. Miller · 10 years ago
  33. 662880f net: Allow GRO to use and set levels of checksum unnecessary by Tom Herbert · 10 years ago
  34. d9b2938 net: attempt a single high order allocation by Eric Dumazet · 10 years ago
  35. 10c51b5623 net: add skb_get_tx_queue() helper by Daniel Borkmann · 10 years ago
  36. db11503 net: fix checksum features handling in netif_skb_features() by Michal Kubeček · 10 years ago
  37. 453a940 net: make skb an optional parameter for__skb_flow_dissect() by WANG Cong · 10 years ago
  38. 6451b3f net: fix comments for __skb_flow_get_ports() by WANG Cong · 10 years ago
  39. 4c75431 net: prevent of emerging cross-namespace symlinks by Alexander Y. Fomichev · 10 years ago
  40. 4798248 net: Add ops->ndo_xmit_flush() by David S. Miller · 10 years ago
  41. 573e8fc net: skb_gro_checksum_* functions by Tom Herbert · 10 years ago
  42. 8fc54f6 net: use reciprocal_scale() helper by Daniel Borkmann · 10 years ago
  43. 690e36e net: Allow raw buffers to be passed into the flow dissector. by David S. Miller · 10 years ago
  44. 884cf70 net: remove dead code after sk_data_ready change by Eric Dumazet · 10 years ago
  45. d2de875 net: use ktime_get_ns() and ktime_get_real_ns() helpers by Eric Dumazet · 10 years ago
  46. f0094b2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  47. 0d5501c net: Always untag vlan-tagged traffic on input. by Vlad Yasevich · 10 years ago
  48. 77e40aa Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 10 years ago
  49. 945a367 rtnetlink: fix VF info size by Jiri Benc · 10 years ago
  50. ae045e2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  51. d247b6a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  52. 4ed2d76 net-timestamp: TCP timestamping by Willem de Bruijn · 10 years ago
  53. e7fd288 net-timestamp: SCHED timestamp on entering packet scheduler by Willem de Bruijn · 10 years ago
  54. 09c2d25 net-timestamp: add key to disambiguate concurrent datagrams by Willem de Bruijn · 10 years ago
  55. b9f40e2 net-timestamp: move timestamp flags out of sk_flags by Willem de Bruijn · 10 years ago
  56. f24b9be net-timestamp: extend SCM_TIMESTAMPING ancillary data struct by Willem de Bruijn · 10 years ago
  57. 47dfe40 Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 10 years ago
  58. 7ae457c net: filter: split 'struct sk_filter' into socket and bpf parts by Alexei Starovoitov · 10 years ago
  59. 8fb575c net: filter: rename sk_convert_filter() -> bpf_convert_filter() by Alexei Starovoitov · 10 years ago
  60. 4df95ff net: filter: rename sk_chk_filter() -> bpf_check_classic() by Alexei Starovoitov · 10 years ago
  61. 009937e net: filter: rename sk_filter_proglen -> bpf_classic_proglen by Alexei Starovoitov · 10 years ago
  62. 278571b net: filter: simplify socket charging by Alexei Starovoitov · 10 years ago
  63. fcdfe3a net: Correctly set segment mac_len in skb_segment(). by Vlad Yasevich · 10 years ago
  64. 34c5bd6 net: filter: don't release unattached filter through call_rcu() by Pablo Neira · 10 years ago
  65. 80019d3 net: Remove unlikely() for WARN_ON() conditions by Thomas Graf · 10 years ago
  66. f139c74 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  67. 728dba3 namespaces: Use task_lock and not rcu to protect nsproxy by Eric W. Biederman · 11 years ago
  68. 40eea80 net: sendmsg: fix NULL pointer dereference by Andrey Ryabinin · 10 years ago
  69. 4d276eb net: remove deprecated syststamp timestamp by Willem de Bruijn · 10 years ago
  70. 545469f neighbour : fix ndm_type type error issue by Jun Zhao · 10 years ago
  71. 6b53daf net: do not name the pointer to struct net_device net by WANG Cong · 10 years ago
  72. 2695fb5 net: filter: rename 'struct sock_filter_int' into 'struct bpf_insn' by Alexei Starovoitov · 10 years ago
  73. f5bffec net: filter: split filter.c into two files by Alexei Starovoitov · 10 years ago
  74. 274f482 sock: remove skb argument from sk_rcvqueues_full by Sorin Dumitru · 10 years ago
  75. 8fd90bb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  76. 6fe82a3 net: print a notification on device rename by Veaceslav Falico · 10 years ago
  77. ccc7f49 net: print net_device reg_state in netdev_* unless it's registered by Veaceslav Falico · 10 years ago
  78. c8a89c4 rtnetlink: Drop unnecessary return value from ndo_dflt_fdb_del by Alexander Duyck · 10 years ago
  79. a40e0a6 net: remove open-coded skb_cow_head. by françois romieu · 10 years ago
  80. c3caf11 net-gre-gro: Fix a bug that breaks the forwarding path by Jerry Chu · 10 years ago
  81. 1a98c69 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  82. 4d3520c drop_monitor: remove unnecessary break after return by Fabian Frederick · 10 years ago
  83. aee944d pktgen: remove unnecessary break after goto by Fabian Frederick · 10 years ago
  84. 5517750 net: rtnetlink - make create_link take name_assign_type by Tom Gundersen · 10 years ago
  85. c835a67 net: set name_assign_type in alloc_netdev() by Tom Gundersen · 10 years ago
  86. 238fa36 net: set name assign type for renamed devices by Tom Gundersen · 10 years ago
  87. 685343f net: add name_assign_type netdev attribute by Tom Gundersen · 10 years ago
  88. 5615f9f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  89. 5577964 cgroup: rename cgroup_subsys->base_cftypes to ->legacy_cftypes by Tejun Heo · 10 years ago
  90. 9ecf07a neigh: sysctl - simplify address calculation of gc_* variables by Mathias Krause · 10 years ago
  91. ec31a05 net: filter: sk_chk_filter() no longer mangles filter by Eric Dumazet · 10 years ago
  92. 5e6d243 bridge: netlink dump interface at par with brctl by Jamal Hadi Salim · 10 years ago
  93. 5d5eacb bridge: fdb dumping takes a filter device by Jamal Hadi Salim · 10 years ago
  94. efa95b0 netpoll: fix use after free by david decotigny · 10 years ago
  95. 9f12fbe net: filter: move load_pointer() into filter.h by Zi Shen Lim · 10 years ago
  96. 549511946 net: Fix NETDEV_CHANGE notifier usage causing spurious arp flush by Loic Prylli · 10 years ago
  97. a3b18dd net: Only do flow_dissector hash computation once per packet by Tom Herbert · 10 years ago
  98. 19469a8 flow_dissector: Use IPv6 flow label in flow_dissector by Tom Herbert · 10 years ago
  99. 0e00161 net: Call skb_get_hash in get_xps_queue and __skb_tx_hash by Tom Herbert · 10 years ago
  100. 5ed20a6 flow_dissector: Abstract out hash computation by Tom Herbert · 10 years ago