1. cbc9f2f netfilter: nf_nat: export NAT definitions to userspace by Patrick McHardy · 13 years ago
  2. 3d058d7 netfilter: rework user-space expectation helper support by Pablo Neira Ayuso · 13 years ago
  3. c4042a3 netfilter: ctnetlink: support individual atomic-get-and-reset of counters by Pablo Neira Ayuso · 13 years ago
  4. 35dba1d netfilter: ctnetlink: use expect instead of master tuple in get operation by Pablo Neira Ayuso · 13 years ago
  5. b3e0bfa netfilter: nf_conntrack: use atomic64 for accounting counters by Eric Dumazet · 13 years ago
  6. 76ad94f IPVS: Modify the SH scheduler to use weights by Michael Maxim · 13 years ago
  7. e26f9a4 netfilter: add ipv6 reverse path filter match by Florian Westphal · 13 years ago
  8. ea6e574 ipv6: add ip6_route_lookup by Florian Westphal · 13 years ago
  9. 8f97339 netfilter: add ipv4 reverse path filter match by Florian Westphal · 13 years ago
  10. 6fc0143 net: ipv4: export fib_lookup and fib_table_lookup by Florian Westphal · 13 years ago
  11. 761965e tcp: tcp_sendmsg() page recycling by Eric Dumazet · 13 years ago
  12. 117632e tcp: take care of misalignments by Eric Dumazet · 13 years ago
  13. fdf5af0 tcp: drop SYN+FIN messages by Eric Dumazet · 13 years ago
  14. 78a8a36 Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitch by David S. Miller · 13 years ago
  15. 04a6f44 ipv6: Kill ndisc_get_neigh() inline helper. by David S. Miller · 13 years ago
  16. 3830847 ipv6: Various cleanups in route.c by David S. Miller · 13 years ago
  17. 507c9b1 ipv6: Various cleanups in ip6_route.c by David S. Miller · 13 years ago
  18. ccb1352 net: Add Open vSwitch kernel components. by Jesse Gross · 13 years ago
  19. 75f2811 ipv6: Add fragment reporting to ipv6_skip_exthdr(). by Jesse Gross · 13 years ago
  20. 396cf94 vlan: Move vlan_set_encap_proto() to vlan header file by Pravin B Shelar · 13 years ago
  21. 86b1309 genetlink: Add lockdep_genl_is_held(). by Pravin B Shelar · 13 years ago
  22. 263ba61 genetlink: Add genl_notify() by Pravin B Shelar · 13 years ago
  23. 340e8dc atm: clip: Remove code commented out since eternity. by David S. Miller · 13 years ago
  24. b361311 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  25. 5983fe2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 13 years ago
  26. 3ced1be netfilter: Remove ADVANCED dependency from NF_CONNTRACK_NETBIOS_NS by David S. Miller · 13 years ago
  27. d01ff0a ipv4: flush route cache after change accept_local by Peter Pan(潘卫平) · 13 years ago
  28. 1ee5fa1 sch_red: fix red_change by Eric Dumazet · 13 years ago
  29. d984e61 dccp: Fix compile warning in probe code. by David S. Miller · 13 years ago
  30. 59c2cda Revert "udp: remove redundant variable" by David S. Miller · 13 years ago
  31. b03b6dd bridge: master device stuck in no-carrier state forever when in user-stp mode by Vitalii Demianets · 13 years ago
  32. efbc368 ipv4: Perform peer validation on cached route lookup. by David S. Miller · 13 years ago
  33. 84f9307 ipv4: use a 64bit load/store in output path by Eric Dumazet · 13 years ago
  34. 898f735 dccp: Evaluate ip_hdr() only once in dccp_v4_route_skb(). by David S. Miller · 13 years ago
  35. b536db9 net: net_device flags is an unsigned int by Eric Dumazet · 13 years ago
  36. fc33cc7 netem: fix build error on 32bit arches by Eric Dumazet · 13 years ago
  37. 8f89148 net/core: fix rollback handler in register_netdevice_notifier by RongQing.Li · 13 years ago
  38. e977b4c caif: Remove unused enum and parameter in cfserl by sjur.brandeland@stericsson.com · 13 years ago
  39. 7c18d22 caif: Restructure how link caif link layer enroll by sjur.brandeland@stericsson.com · 13 years ago
  40. 200c5a3 caif: Allow cfpkt_extr_head to process empty message by sjur.brandeland@stericsson.com · 13 years ago
  41. 7bc0f28 netem: rate extension by Hagen Paul Pfeifer · 13 years ago
  42. 99d2f47 ipv6 : mcast : Delete useless parameter in ip6_mc_add1_src() by Jun Zhao · 13 years ago
  43. 5eb81e89 ipv4 : igmp : Delete useless parameter in ip_mc_add1_src() by Jun Zhao · 13 years ago
  44. 32092ec atm: clip: Use device neigh support on top of "arp_tbl". by David Miller · 13 years ago
  45. da6a8fa neigh: Add device constructor/destructor capability. by David Miller · 13 years ago
  46. 869759b atm: clip: Convert over to neighbour_priv() by David Miller · 13 years ago
  47. 76cc714 neigh: Do not set tbl->entry_size in ipv4/ipv6 neigh tables. by David Miller · 13 years ago
  48. 596b9b6 neigh: Add infrastructure for allocating device neigh privates. by David Miller · 13 years ago
  49. 5b8b006 neigh: Get rid of neigh_table->kmem_cachep by David Miller · 13 years ago
  50. 218fa90 ipv4: fix lockdep splat in rt_cache_seq_show by Eric Dumazet · 13 years ago
  51. f7e5704 sch_teql: fix lockdep splat by Eric Dumazet · 13 years ago
  52. d8a6e65 tcp: inherit listener congestion control for passive cnx by Eric Dumazet · 13 years ago
  53. 3b95e9c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davem by John W. Linville · 13 years ago
  54. e92036a ipv4: remove useless codes in ipmr_device_event() by RongQing.Li · 13 years ago
  55. 6977a79 net: Fix skb_update_prio RCU usage. by Igor Maravic · 13 years ago
  56. 1281bc2 netlabel: Fix build problems when IPv6 is not enabled by Paul Moore · 13 years ago
  57. c89304b sctp: better integer overflow check in sctp_auth_create_key() by Xi Wang · 13 years ago
  58. 2bcc34b sch_choke: use skb_flow_dissect() by Eric Dumazet · 13 years ago
  59. 11fca93 sch_sfq: use skb_flow_dissect() by Eric Dumazet · 13 years ago
  60. f07d960 tcp: avoid frag allocation for small frames by Eric Dumazet · 13 years ago
  61. 4d77d2b flow_dissector: use a 64bit load/store by Eric Dumazet · 13 years ago
  62. 114cf58 bql: Byte queue limits by Tom Herbert · 13 years ago
  63. 927fbec xps: Add xps_queue_release function by Tom Herbert · 13 years ago
  64. 73466498 net: Add queue state xoff flag for stack by Tom Herbert · 13 years ago
  65. c1baa88 Merge branch 'nf' of git://1984.lsi.us.es/net by David S. Miller · 13 years ago
  66. 6b5a5c0 tcp: do not scale TSO segment size with reordering degree by Neal Cardwell · 13 years ago
  67. befc93f atm: br2684: Avoid alignment issues by Pascal Hambourg · 13 years ago
  68. 9e667b2 atm: br2684: Make headroom and hard_header_len depend on the payload type by Pascal Hambourg · 13 years ago
  69. 08e29af net: optimize socket timestamping by Eric Dumazet · 13 years ago
  70. b90e579 net: dont call jump_label_dec from irq context by Eric Dumazet · 13 years ago
  71. 0f20f5a NET: NETROM: Fix formatting. by Ralf Baechle · 13 years ago
  72. 10cae1c NET: NETROM: Cleanup argument SIOCADDRT ioctl argument checking. by Ralf Baechle · 13 years ago
  73. ac1a1de NET: NETROM: When adding a route verify length of mnemonic string. by Ralf Baechle · 13 years ago
  74. be639ac NET: AX.25: Check ioctl arguments to avoid overflows further down the road. by Ralf Baechle · 13 years ago
  75. 3b15885 dsa: Move switch drivers to new directory drivers/net/dsa by Ben Hutchings · 13 years ago
  76. c8f0b86 dsa: Move all definitions needed by drivers into <net/dsa.h> by Ben Hutchings · 13 years ago
  77. fa67a04 dsa: Remove unnecessary exports by Ben Hutchings · 13 years ago
  78. 8317e20 Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next by David S. Miller · 13 years ago
  79. a00bd46 sch_sfb: use skb_flow_dissect() by Eric Dumazet · 13 years ago
  80. 6bd2a9a cls_flow: use skb_flow_dissect() by Eric Dumazet · 13 years ago
  81. 4504b86 net: use skb_flow_dissect() in __skb_get_rxhash() by Eric Dumazet · 13 years ago
  82. 0744dd0 net: introduce skb_flow_dissect() by Eric Dumazet · 13 years ago
  83. 690e99c tcp: tcp_sendmsg() wrong access to sk_route_caps by Eric Dumazet · 13 years ago
  84. 2a38e6d ipv6: Set mcast_hops to IPV6_DEFAULT_MCASTHOPS when -1 was given. by Li Wei · 13 years ago
  85. 5cac98d net: Fix corruption in /proc/*/net/dev_mcast by Anton Blanchard · 13 years ago
  86. 39338b5 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 13 years ago
  87. 2a1e0fd mac80211: fix race between the AGG SM and the Tx data path by Emmanuel Grumbach · 13 years ago
  88. d305a65 mac80211: fix race condition caused by late addBA response by Nikolay Martynov · 13 years ago
  89. 24f50a9 mac80211: don't stop a single aggregation session twice by Johannes Berg · 13 years ago
  90. e007b85 nl80211: fix MAC address validation by Eliad Peller · 13 years ago
  91. 8cd6d61 tcp: skip cwnd moderation in TCP_CA_Open in tcp_try_to_open by Neal Cardwell · 13 years ago
  92. f698204 tcp: allow undo from reordered DSACKs by Neal Cardwell · 13 years ago
  93. e95ae2f tcp: use SACKs and DSACKs that arrive on ACKs below snd_una by Neal Cardwell · 13 years ago
  94. 5628adf tcp: use DSACKs that arrive when packets_out is 0 by Neal Cardwell · 13 years ago
  95. 7d2b55f tcp: make is_dupack a parameter to tcp_fastretrans_alert() by Neal Cardwell · 13 years ago
  96. de68dca inet: add a redirect generation id in inetpeer by Eric Dumazet · 13 years ago
  97. 49f5ed4 atm: eliminate atm_guess_pdu2truesize() by chas williams - CONTRACTOR · 13 years ago
  98. 0884d7a AF_UNIX: Fix poll blocking problem when reading from a stream socket by Alexey Moiseytsev · 13 years ago
  99. 71b1391 l2tp: ensure sk->dst is still valid by Florian Westphal · 13 years ago
  100. 8a6e77d decnet: proper socket refcounting by Eric Dumazet · 13 years ago