1. 0db89b8 flow_dissector: fix doc for skb_get_poff by Jiri Pirko · 9 years ago
  2. 638b2a6 net: move netdev_pick_tx and dependencies to net/core/dev.c by Jiri Pirko · 9 years ago
  3. 5605c76 net: move __skb_tx_hash to dev.c by Jiri Pirko · 9 years ago
  4. d4fd327 flow_dissector: fix doc for __skb_get_hash and remove couple of empty lines by Jiri Pirko · 9 years ago
  5. 10b89ee4 net: move *skb_get_poff declarations into correct header by Jiri Pirko · 9 years ago
  6. 1bd758e net: change name of flow_dissector header to match the .c file name by Jiri Pirko · 9 years ago
  7. e578d9c net: sched: use counter to break reclassify loops by Florian Westphal · 9 years ago
  8. b04096f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  9. 42275bd switchdev: don't use anonymous union on switchdev attr/obj structs by Scott Feldman · 9 years ago
  10. 7a7ee53 switchdev: sparse warning: pass ipv4 fib dst as network-byte order by Scott Feldman · 9 years ago
  11. 22c1f67 switchdev: sparse warning: make __switchdev_port_obj_add static by Scott Feldman · 9 years ago
  12. 110bc76 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  13. 9449c3c net: make skb_dst_pop routine static by Ying Xue · 9 years ago
  14. 9eea922 pktgen: fix packet generation by Alexei Starovoitov · 9 years ago
  15. a202924 net: deinline netif_tx_stop_all_queues(), remove WARN_ON in netif_tx_stop_queue() by Denys Vlasenko · 9 years ago
  16. e3d8ecb netns: return RTM_NEWNSID instead of RTM_GETNSID on a get by Nicolas Dichtel · 9 years ago
  17. 7889cbe switchdev: remove NETIF_F_HW_SWITCH_OFFLOAD feature flag by Scott Feldman · 9 years ago
  18. 58c2cb1 switchdev: convert fib_ipv4_add/del over to switchdev_port_obj_add/del by Scott Feldman · 9 years ago
  19. 8793d0a switchdev: add new switchdev_port_bridge_getlink by Scott Feldman · 9 years ago
  20. 8508025 bridge: revert br_dellink change back to original by Scott Feldman · 9 years ago
  21. 87a5dae switchdev: remove unused switchdev_port_bridge_dellink by Scott Feldman · 9 years ago
  22. 5c34e02 switchdev: add new switchdev_port_bridge_dellink by Scott Feldman · 9 years ago
  23. 41c498b bridge: restore br_setlink back to original by Scott Feldman · 9 years ago
  24. e71f220 switchdev: remove old switchdev_port_bridge_setlink by Scott Feldman · 9 years ago
  25. 47f8328 switchdev: add new switchdev bridge setlink by Scott Feldman · 9 years ago
  26. 491d0f1 switchdev: introduce switchdev add/del obj ops by Scott Feldman · 9 years ago
  27. 3563606 switchdev: convert STP update to switchdev attr set by Scott Feldman · 9 years ago
  28. f8e20a9 switchdev: convert parent_id_get to switchdev attr get by Scott Feldman · 9 years ago
  29. 3094333 switchdev: introduce get/set attrs ops by Scott Feldman · 9 years ago
  30. 9d47c0a switchdev: s/swdev_/switchdev_/ by Jiri Pirko · 9 years ago
  31. ebb9a03 switchdev: s/netdev_switch_/switchdev_/ and s/NETDEV_SWITCH_/SWITCHDEV_/ by Jiri Pirko · 9 years ago
  32. a3eb95f net_sched: gred: add TCA_GRED_LIMIT attribute by David Ward · 9 years ago
  33. 181edb2 net: Add skb_free_frag to replace use of put_page in freeing skb->head by Alexander Duyck · 9 years ago
  34. b63ae8c mm/net: Rename and move page fragment handling from net/ to mm/ by Alexander Duyck · 9 years ago
  35. 0e39250 net: Store virtual address instead of page in netdev_alloc_cache by Alexander Duyck · 9 years ago
  36. 9451980 net: Use cached copy of pfmemalloc to avoid accessing page by Alexander Duyck · 9 years ago
  37. b396cca net: sched: deprecate enqueue_root() by Eric Dumazet · 9 years ago
  38. 145a42b net_sched: gred: use correct backlog value in WRED mode by David Ward · 9 years ago
  39. d2788d3 net: sched: further simplify handle_ing by Daniel Borkmann · 9 years ago
  40. c9e99fd net: sched: consolidate handle_ing and ing_filter by Daniel Borkmann · 9 years ago
  41. affb979 net: kill sk_change_net and sk_release_kernel by Eric W. Biederman · 9 years ago
  42. 13d3078 netlink: Create kernel netlink sockets in the proper network namespace by Eric W. Biederman · 9 years ago
  43. 26abe14 net: Modify sk_alloc to not reference count the netns of kernel sockets. by Eric W. Biederman · 9 years ago
  44. 11aa9c2 net: Pass kern from net_proto_family.create to sk_alloc by Eric W. Biederman · 9 years ago
  45. eeb1bd5 net: Add a struct net parameter to sock_create_kern by Eric W. Biederman · 9 years ago
  46. 140e807da tun: Utilize the normal socket network namespace refcounting. by Eric W. Biederman · 9 years ago
  47. 80ba92f codel: add ce_threshold attribute by Eric Dumazet · 9 years ago
  48. fbf33a2 af_packet / TX_RING not fully non-blocking (w/ MSG_DONTWAIT). by Kretschmer, Mathias · 9 years ago
  49. 78f5b89 mpls: Change reserved label names to be consistent with netbsd by Tom Herbert · 9 years ago
  50. 62f64ae pktgen: introduce xmit_mode '<start_xmit|netif_receive>' by Alexei Starovoitov · 9 years ago
  51. f1f00d8ff pktgen: adjust flag NO_TIMESTAMP to be more pktgen compliant by Jesper Dangaard Brouer · 9 years ago
  52. 59324cf netlink: allow to listen "all" netns by Nicolas Dichtel · 9 years ago
  53. cc3a572 netlink: rename private flags and states by Nicolas Dichtel · 9 years ago
  54. 95f3841 netns: use a spin_lock to protect nsid management by Nicolas Dichtel · 9 years ago
  55. 3138dbf netns: notify new nsid outside __peernet2id() by Nicolas Dichtel · 9 years ago
  56. 7a0877d netns: rename peernet2id() to peernet2id_alloc() by Nicolas Dichtel · 9 years ago
  57. cab3c8e netns: always provide the id to rtnl_net_fill() by Nicolas Dichtel · 9 years ago
  58. 109582af netns: returns always an id in __peernet2id() by Nicolas Dichtel · 9 years ago
  59. 790ba45 tcp: set SOCK_NOSPACE under memory pressure by Jason Baron · 9 years ago
  60. ac67eb2 seccomp, filter: add and use bpf_prog_create_from_user from seccomp by Daniel Borkmann · 9 years ago
  61. 658da93 net: filter: add __GFP_NOWARN flag for larger kmem allocs by Daniel Borkmann · 9 years ago
  62. d9e12f4 seccomp: simplify seccomp_prepare_filter and reuse bpf_prepare_filter by Nicolas Schichan · 9 years ago
  63. 4ae92bc net: filter: add a callback to allow classic post-verifier transformations by Nicolas Schichan · 9 years ago
  64. 0e00a0f Merge tag 'mac80211-next-for-davem-2015-05-06' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by David S. Miller · 9 years ago
  65. e520af4 tcp: add TCPWinProbe and TCPKeepAlive SNMP counters by Eric Dumazet · 9 years ago
  66. 21c8fe9 tcp: adjust window probe timers to safer values by Eric Dumazet · 9 years ago
  67. b063bc5 tipc: send explicit not supported error in nl compat by Richard Alpe · 9 years ago
  68. 670f4f8 tipc: add broadcast link window set/get to nl api by Richard Alpe · 9 years ago
  69. c3d6fb8 tipc: fix default link prop regression in nl compat by Richard Alpe · 9 years ago
  70. d744318 net_sched: fix a use-after-free in tc_ctl_tfilter() by WANG Cong · 9 years ago
  71. 448b448 net: dsa: Add lockdep class to tx queues to avoid lockdep splat by Andrew Lunn · 9 years ago
  72. c82ac7e net/rds: RDS-TCP: only initiate reconnect attempt on outgoing TCP socket. by Sowmini Varadhan · 9 years ago
  73. f711a6a net/rds: RDS-TCP: Always create a new rds_sock for an incoming connection. by Sowmini Varadhan · 9 years ago
  74. e16e888 ipv6: Fixed source specific default route handling. by Markus Stenberg · 9 years ago
  75. 0a80144 Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth by David S. Miller · 9 years ago
  76. bbbe8c8 mac80211: add missing documentation for rate_ctrl_lock by Johannes Berg · 9 years ago
  77. 06f207f cfg80211: change GO_CONCURRENT to IR_CONCURRENT for STA by Arik Nemtsov · 9 years ago
  78. be69c24 cfg80211: Allow GO concurrent relaxation after BSS disconnection by Avraham Stern · 9 years ago
  79. e3a55b5 mac80211: validate cipher scheme PN length better by Johannes Berg · 9 years ago
  80. a31cf1c mac80211: extend get_key() to return PN for all ciphers by Johannes Berg · 9 years ago
  81. 9352c19 mac80211: extend get_tkip_seq to all keys by Johannes Berg · 9 years ago
  82. 31ccd0e tcp_westwood: fix tcp_westwood_info() by Eric Dumazet · 9 years ago
  83. c967a08 mpls: Move reserved label definitions by Tom Herbert · 9 years ago
  84. 6713fc9 openvswitch: Use eth_proto_is_802_3 by Alexander Duyck · 9 years ago
  85. d181ddc ipv4/ip_tunnel_core: Use eth_proto_is_802_3 by Alexander Duyck · 9 years ago
  86. 27cf6a6 ebtables: Use eth_proto_is_802_3 by Alexander Duyck · 9 years ago
  87. 2c7a88c etherdev: Fix sparse error, make test usable by other functions by Alexander Duyck · 9 years ago
  88. 784b58a bridge: change BR_GROUPFWD_RESTRICTED to allow forwarding of LLDP frames by Bernhard Thaler · 9 years ago
  89. cd8ae85 tcp: provide SYN headers for passive connections by Eric Dumazet · 9 years ago
  90. f603f1f mac80211: remove useless skb->encapsulation check by Johannes Berg · 9 years ago
  91. 8d5c258 mac80211: make LED triggering depend on activation by Johannes Berg · 9 years ago
  92. f5c4ae0 mac80211: make LED trigger names const by Johannes Berg · 9 years ago
  93. 56ff510 mac80211: clean up station debugfs by Johannes Berg · 9 years ago
  94. f83f1c1 mac80211: remove sta->tx_fragments counter by Johannes Berg · 9 years ago
  95. c206ca6 mac80211: move dot11 counters under MAC80211_DEBUG_COUNTERS by Johannes Berg · 9 years ago
  96. f116043 mac80211: clean up global debugfs statistics by Johannes Berg · 9 years ago
  97. fcba67c net: fix two sparse warnings introduced by IGMP/MLD parsing exports by Linus Lüssing · 9 years ago
  98. b7ba7b4 Merge tag 'mac80211-for-davem-2015-05-04' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by David S. Miller · 9 years ago
  99. 73e8431 Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by David S. Miller · 9 years ago
  100. e278371 net/rds: Fix new sparse warning by David Ahern · 9 years ago