1. 2bcc34b sch_choke: use skb_flow_dissect() by Eric Dumazet · 13 years ago
  2. 11fca93 sch_sfq: use skb_flow_dissect() by Eric Dumazet · 13 years ago
  3. f07d960 tcp: avoid frag allocation for small frames by Eric Dumazet · 13 years ago
  4. 4d77d2b flow_dissector: use a 64bit load/store by Eric Dumazet · 13 years ago
  5. 114cf58 bql: Byte queue limits by Tom Herbert · 13 years ago
  6. 927fbec xps: Add xps_queue_release function by Tom Herbert · 13 years ago
  7. 73466498 net: Add queue state xoff flag for stack by Tom Herbert · 13 years ago
  8. 6b5a5c0 tcp: do not scale TSO segment size with reordering degree by Neal Cardwell · 13 years ago
  9. befc93f atm: br2684: Avoid alignment issues by Pascal Hambourg · 13 years ago
  10. 9e667b2 atm: br2684: Make headroom and hard_header_len depend on the payload type by Pascal Hambourg · 13 years ago
  11. 08e29af net: optimize socket timestamping by Eric Dumazet · 13 years ago
  12. b90e579 net: dont call jump_label_dec from irq context by Eric Dumazet · 13 years ago
  13. 0f20f5a NET: NETROM: Fix formatting. by Ralf Baechle · 13 years ago
  14. 10cae1c NET: NETROM: Cleanup argument SIOCADDRT ioctl argument checking. by Ralf Baechle · 13 years ago
  15. ac1a1de NET: NETROM: When adding a route verify length of mnemonic string. by Ralf Baechle · 13 years ago
  16. be639ac NET: AX.25: Check ioctl arguments to avoid overflows further down the road. by Ralf Baechle · 13 years ago
  17. 3b15885 dsa: Move switch drivers to new directory drivers/net/dsa by Ben Hutchings · 13 years ago
  18. c8f0b86 dsa: Move all definitions needed by drivers into <net/dsa.h> by Ben Hutchings · 13 years ago
  19. fa67a04 dsa: Remove unnecessary exports by Ben Hutchings · 13 years ago
  20. 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
  21. a00bd46 sch_sfb: use skb_flow_dissect() by Eric Dumazet · 13 years ago
  22. 6bd2a9a cls_flow: use skb_flow_dissect() by Eric Dumazet · 13 years ago
  23. 4504b86 net: use skb_flow_dissect() in __skb_get_rxhash() by Eric Dumazet · 13 years ago
  24. 0744dd0 net: introduce skb_flow_dissect() by Eric Dumazet · 13 years ago
  25. 690e99c tcp: tcp_sendmsg() wrong access to sk_route_caps by Eric Dumazet · 13 years ago
  26. 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
  27. 8cd6d61 tcp: skip cwnd moderation in TCP_CA_Open in tcp_try_to_open by Neal Cardwell · 13 years ago
  28. f698204 tcp: allow undo from reordered DSACKs by Neal Cardwell · 13 years ago
  29. e95ae2f tcp: use SACKs and DSACKs that arrive on ACKs below snd_una by Neal Cardwell · 13 years ago
  30. 5628adf tcp: use DSACKs that arrive when packets_out is 0 by Neal Cardwell · 13 years ago
  31. 7d2b55f tcp: make is_dupack a parameter to tcp_fastretrans_alert() by Neal Cardwell · 13 years ago
  32. 49f5ed4 atm: eliminate atm_guess_pdu2truesize() by chas williams - CONTRACTOR · 13 years ago
  33. 34a430d dsa: Allow core and drivers to be built as modules by Ben Hutchings · 13 years ago
  34. 3d825ed dsa: Define module author, description, license and aliases for drivers by Ben Hutchings · 13 years ago
  35. 98e6730 mv88e6xxx: Combine mv88e6131 and mv88e612_61_65 drivers by Ben Hutchings · 13 years ago
  36. 7df899c dsa: Combine core and tagging code by Ben Hutchings · 13 years ago
  37. ad293b8 dsa: Export functions from core to modules by Ben Hutchings · 13 years ago
  38. cf50dcc dsa: Change dsa_uses_{dsa, trailer}_tags() into inline functions by Ben Hutchings · 13 years ago
  39. 6dec4ac Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  40. 261663b ipv4: Don't use the cached pmtu informations for input routes by Steffen Klassert · 13 years ago
  41. 618f9bc net: Move mtu handling down to the protocol depended handlers by Steffen Klassert · 13 years ago
  42. ebb762f net: Rename the dst_opt default_mtu method to mtu by Steffen Klassert · 13 years ago
  43. 6b600b2 route: Use the device mtu as the default for blackhole routes by Steffen Klassert · 13 years ago
  44. d6f03f2 Merge branch 'for_david' of git://git.open-mesh.org/linux-merge by David S. Miller · 13 years ago
  45. df07a94 netns: fix proxy ARP entries listing on a netns by Jorge Boncompte [DTI2] · 13 years ago
  46. 42ca020 net/netlabel: copy and paste bug in netlbl_cfg_unlbl_map_add() by Dan Carpenter · 13 years ago
  47. ac8a481 ipv4: Save nexthop address of LSRR/SSRR option to IPCB. by Li Wei · 13 years ago
  48. 2cfa5a0 net: treewide use of RCU_INIT_POINTER by Eric Dumazet · 13 years ago
  49. 685f94e6 ipv4 : igmp : fix error handle in ip_mc_add_src() by Jun Zhao · 13 years ago
  50. 4d0fe50 ipv6: tcp: fix tcp_v6_conn_request() by Eric Dumazet · 13 years ago
  51. 46a246c netfilter: Remove NOTRACK/RAW dependency on NETFILTER_ADVANCED. by David S. Miller · 13 years ago
  52. c16a98e ipv6: tcp: fix panic in SYN processing by Eric Dumazet · 13 years ago
  53. 4d65a24 ipv6: fix a bug in ndisc_send_redirect by Li Wei · 13 years ago
  54. 02f1ce3 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
  55. 4e3fd7a net: remove ipv6_addr_copy() by Alexey Dobriyan · 13 years ago
  56. 20e994a net: correct comments of skb_shift by Feng King · 13 years ago
  57. 40ba849 atm: Allow MSG_PEEK for atm sockets by Jorge Boncompte [DTI2] · 13 years ago
  58. 4e55f57 atm: Introduce vcc_process_recv_queue by Jorge Boncompte [DTI2] · 13 years ago
  59. 3b82936 atm: clip: move clip_devs check to clip_push by Jorge Boncompte [DTI2] · 13 years ago
  60. ada22aa atm: clip: Don't move counters backwards by Jorge Boncompte [DTI2] · 13 years ago
  61. fe685b8 atm: br2684: Do not move counters backwards by Jorge Boncompte [DTI2] · 13 years ago
  62. 717b6d8 net-netlink: fix diag to export IPv4 tos for dual-stack IPv6 sockets by Maciej Żenczykowski · 13 years ago
  63. 26bff94 xfrm: optimize ipv4 selector matching by Alexey Dobriyan · 13 years ago
  64. 5bc1421 net: add network priority cgroup infrastructure (v4) by Neil Horman · 13 years ago
  65. 515db09 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux by John W. Linville · 13 years ago
  66. f23aa62 caif: fix endian conversion in cffrml_transmit() by Dan Carpenter · 13 years ago
  67. 525c646 dccp: fix error propagation in dccp_v4_connect by RongQing.Li · 13 years ago
  68. a2d7ec5 netfilter: use jump_label for nf_hooks by Eric Dumazet · 13 years ago
  69. 30be52e mac80211: fix RCU warnings in mesh by Johannes Berg · 13 years ago
  70. 11a2a35 cfg80211: work around a sparse issue by Johannes Berg · 13 years ago
  71. ef96a842 mac80211: Support ht-cap over-rides. by Ben Greear · 13 years ago
  72. 7e7c892 wireless: Support ht-capabilities over-rides. by Ben Greear · 13 years ago
  73. dd76986 cfg80211/mac80211: Revert "move information element parsing logic to cfg80211" by Johannes Berg · 13 years ago
  74. 80b9989 nl80211: make get_vlan logic more common by Johannes Berg · 13 years ago
  75. 7c4ef71 cfg80211: add flags for off-channel capabilities by Johannes Berg · 13 years ago
  76. f2dc798 mac80211: minor cleanup to mesh state locking by Johannes Berg · 13 years ago
  77. 4745fc0 nl80211: add testmode to the list of supported commands by Kalle Valo · 13 years ago
  78. fb4431b mac80211: remove unused ASSOC_AP flag by Johannes Berg · 13 years ago
  79. 11127e9 mac80211: transmit fragment list to drivers by Johannes Berg · 13 years ago
  80. 74e4dbf mac80211: make TX LED handling independent of fragmentation by Johannes Berg · 13 years ago
  81. a1a3fce mac80211: move fragment flag adjustment by Johannes Berg · 13 years ago
  82. 252b86c mac80211: use skb list for fragments by Johannes Berg · 13 years ago
  83. b68e6b3 cfg80211: pass DFS region to drivers through reg_notifier() by Luis R. Rodriguez · 13 years ago
  84. 8b60b07 cfg80211: process regulatory DFS region for countries by Luis R. Rodriguez · 13 years ago
  85. 65d9d2c RxRPC: Use kmemdup rather than duplicating its implementation by Thomas Meyer · 13 years ago
  86. 8524b00 irttp: Use kmemdup rather than duplicating its implementation by Thomas Meyer · 13 years ago
  87. de3584b cfg80211: fix regulatory NULL dereference by Johannes Berg · 13 years ago
  88. 9c8f2c4 mac80211: Fix endian bug in radiotap header generation by Helmut Schaa · 13 years ago
  89. 904603f mac80211: Fix AMSDU rate printout in debugfs. by Ben Greear · 13 years ago
  90. efd0bf9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  91. 76e8d7b batman-adv: Fix range check for expected packets by Simon Wunderlich · 13 years ago
  92. 8b7342d batman-adv: check for tt_reponse packet real length by Antonio Quartulli · 13 years ago
  93. dc58fe3 batman-adv: linearise the tt_response skb only if needed by Antonio Quartulli · 13 years ago
  94. d099c2c batman-adv: directly write tt entries without buffering by Simon Wunderlich · 13 years ago
  95. c90681b batman-adv: fixed hash functions type to uint32_t instead of int by Antonio Quartulli · 13 years ago
  96. eb7e2a1 batman-adv: use orig_hash_find() instead of get_orig_node() in TT code by Antonio Quartulli · 13 years ago
  97. be7af5c batman-adv: refactoring gateway handling code by Marek Lindner · 13 years ago
  98. 25a92b1 batman-adv: Replace obsolete strict_strto<foo> with kstrto<foo> by Sven Eckelmann · 13 years ago
  99. 8794497 batman-adv: tt_global_del_orig() has to print the correct message by Antonio Quartulli · 13 years ago
  100. c20186b batman-adv: update internal version number by Sven Eckelmann · 13 years ago