1. ffb2736 netpoll: Use 'bool' for netpoll_rx() return type. by David S. Miller · 14 years ago
  2. 0e34e93 netpoll: add generic support for bridge and bonding devices by WANG Cong · 14 years ago
  3. 58544fe Merge branch 'vhost' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by David S. Miller · 14 years ago
  4. 2861a18 Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 14 years ago
  5. 8316324 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem by John W. Linville · 14 years ago
  6. ec7d2f2 net: __alloc_skb() speedup by Eric Dumazet · 14 years ago
  7. f546061 Merge branch 'net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vxy/lksctp-dev by David S. Miller · 14 years ago
  8. 4f70ecc net: rcu fixes by Eric Dumazet · 14 years ago
  9. d9d52b5 tun: add ioctl to modify vnet header size by Michael S. Tsirkin · 14 years ago
  10. cd7b539 net: Use explicit "unsigned int" instead of plain "unsigned" in netdevice.h by David S. Miller · 14 years ago
  11. dee4287 net: fix softnet_stat by Changli Gao · 14 years ago
  12. 7ef5273 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  13. 1183f38 net: fix compile error due to double return type in SOCK_DEBUG by Jan Engelhardt · 14 years ago
  14. 47d2964 net: Inline skb_pull() in eth_type_trans(). by David S. Miller · 14 years ago
  15. 4381548 net: sock_def_readable() and friends RCU conversion by Eric Dumazet · 14 years ago
  16. 0e3aef8 sctp: Tag messages that can be Nagle delayed at creation. by Vlad Yasevich · 14 years ago
  17. cf9b481 sctp: fast recovery algorithm is per association. by Vlad Yasevich · 14 years ago
  18. b2cf9b6 sctp: update transport initializations by Vlad Yasevich · 14 years ago
  19. c0058a3 sctp: Save some room in the sctp_transport by using bitfields by Vlad Yasevich · 14 years ago
  20. ae19c54 sctp: remove 'resent' bit from the chunk by Vlad Yasevich · 14 years ago
  21. 52688d6 sctp: discard ABORT chunk with zero verification tag in COOKIE-WAIT state by Wei Yongjun · 14 years ago
  22. 767dd03 net: speedup sock_recv_ts_and_drops() by Eric Dumazet · 14 years ago
  23. f5c044e mac80211: remove deprecated noise field from ieee80211_rx_status by John W. Linville · 14 years ago
  24. f84af32 net: ip_queue_rcv_skb() helper by Eric Dumazet · 14 years ago
  25. 4b0b72f net: speedup udp receive path by Eric Dumazet · 14 years ago
  26. 5fa782c sctp: Fix skb_over_panic resulting from multiple invalid parameter errors (CVE-2010-1173) (v4) by Neil Horman · 14 years ago
  27. 8fc214b mac80211: notify driver about IBSS status by Johannes Berg · 14 years ago
  28. bece7b2 caif: Rewritten socket implementation by Sjur Braendeland · 14 years ago
  29. 8d545c8 caif: Disconnect without waiting for response by Sjur Braendeland · 14 years ago
  30. 5b20865 caif: Add reference counting to service layer by Sjur Braendeland · 14 years ago
  31. e539d83 caif: Rename functions in cfcnfg and caif_dev by Sjur Braendeland · 14 years ago
  32. c078669 sctp: Fix oops when sending queued ASCONF chunks by Vlad Yasevich · 14 years ago
  33. 561b173 sctp: avoid irq lock inversion while call sk->sk_data_ready() by Wei Yongjun · 14 years ago
  34. 05fceb4 net: disallow to use net_assign_generic externally by Jiri Pirko · 14 years ago
  35. c377411 net: sk_add_backlog() take rmem_alloc into account by Eric Dumazet · 14 years ago
  36. 6e7676c net: batch skb dequeueing from softnet input_pkt_queue by Changli Gao · 14 years ago
  37. c58dc01 net: Make RFS socket operations not be inet specific. by David S. Miller · 14 years ago
  38. a9cbd58 net: reimplement softnet_data.output_queue as a FIFO queue by Changli Gao · 14 years ago
  39. a060bbf mac80211: give virtual interface to hw_scan by Johannes Berg · 14 years ago
  40. 9043f3b cfg80211: Remove default dynamic PS timeout value by Juuso Oikarinen · 14 years ago
  41. 195e294 mac80211: Determine dynamic PS timeout based on ps-qos network latency by Juuso Oikarinen · 14 years ago
  42. fd8aaaf cfg80211: add ap isolation support by Felix Fietkau · 14 years ago
  43. bb61187 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/ipmr-2.6 by David S. Miller · 14 years ago
  44. ff846f5 igb: add support for reporting 5GT/s during probe on PCIe Gen2 by Alexander Duyck · 14 years ago
  45. 0b53ff2 net: fix a lockdep rcu warning in __sk_dst_set() by Eric Dumazet · 14 years ago
  46. 18f9f13 rps: inet_rps_save_rxhash() argument is not const by Eric Dumazet · 14 years ago
  47. 6c37e5d TCP: avoid to send keepalive probes if receiving data by Flavio Leitner · 14 years ago
  48. 7ec75c5 net: suppress RCU lockdep false positive in twsk_net() by Paul E. McKenney · 14 years ago
  49. 5af5542 ssb: Fix order of definitions and some text space indents by Rafał Miłecki · 14 years ago
  50. 0a182fd ssb: Use relative offsets for SPROM by Rafał Miłecki · 14 years ago
  51. ea2db49 ssb: Look for SPROM at different offset on higher rev CC by Rafał Miłecki · 14 years ago
  52. d53cdbb ssb: do not read SPROM if it does not exist by John W. Linville · 14 years ago
  53. 25239ce net: rtnetlink: decouple rtnetlink address families from real address families by Patrick McHardy · 14 years ago
  54. 3d0c9c4 net: fib_rules: mark arguments to fib_rules_register const and __net_initdata by Patrick McHardy · 14 years ago
  55. b7d6a43 Merge branch 'net-next-2.6_20100423a/br/br_multicast_v3' of git://git.linux-ipv6.org/gitroot/yoshfuji/linux-2.6-next by David S. Miller · 14 years ago
  56. 4b340ae IPv6: Complete IPV6_DONTFRAG support by Brian Haley · 14 years ago
  57. 13b52cd IPv6: Add dontfrag argument to relevant functions by Brian Haley · 14 years ago
  58. 793b147 IPv6: data structure changes for new socket options by Brian Haley · 14 years ago
  59. 3b51cc9 Merge branch 'master' into for-davem by John W. Linville · 14 years ago
  60. 6e7cb83 ipv6 mcast: Introduce include/net/mld.h for MLD definitions. by YOSHIFUJI Hideaki · 14 years ago
  61. 286d1e7 remove DCB_PROTO_VERSION as we don't do netlink versioning by Scott Feldman · 14 years ago
  62. 5ebfbc0 X25: Add if_x25.h and x25 to device identifiers by Andrew Hendry · 14 years ago
  63. f68c224 dst: rcu check refinement by Eric Dumazet · 14 years ago
  64. 40eaf96 net: Socket filter ancilliary data access for skb->dev->type by Paul LeoNerd Evans · 14 years ago
  65. aa2ea05 tcp: fix outsegs stat for TSO segments by Tom Herbert · 14 years ago
  66. e802af9 IPv6: Generic TTL Security Mechanism (final version) by Stephen Hemminger · 14 years ago
  67. a1aa882 ks8842: Add platform data for setting mac address by Richard Röjfors · 14 years ago
  68. 989a297 fasync: RCU and fine grained locking by Eric Dumazet · 14 years ago
  69. 6727244 radiotap parser: fix endian annotation by Johannes Berg · 14 years ago
  70. 87eb367 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  71. ccb7c77 net: Remove two unnecessary exports (skbuff). by Rami Rosen · 14 years ago
  72. aa39514 net: sk_sleep() helper by Eric Dumazet · 14 years ago
  73. f79d9ba mac80211: add flags for STBC (Space-Time Block Coding) by Felix Fietkau · 14 years ago
  74. 80725f4 mac80211: document IEEE80211_CONF_CHANGE_QOS by Stanislaw Gruszka · 14 years ago
  75. 1289723 mac80211: sample survey implementation for mac80211 & hwsim by Holger Schurig · 14 years ago
  76. 03ceede ath9k: Group Key fix for VAPs by Daniel Yingqiang Ma · 14 years ago
  77. e36fa2f rps: cleanups by Eric Dumazet · 14 years ago
  78. 93d95b1 mac80211: fix typo in comments by Daniel Halperin · 14 years ago
  79. 8875127 rps: shortcut net_rps_action() by Eric Dumazet · 14 years ago
  80. 85341c6 Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  81. 73c6c7f Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 14 years ago
  82. 79b9517 drm/radeon/kms: add FireMV 2400 PCI ID. by Dave Airlie · 14 years ago
  83. bc293d6 rcu: Make RCU lockdep check the lockdep_recursion variable by Paul E. McKenney · 14 years ago
  84. fec5e65 rfs: Receive Flow Steering by Tom Herbert · 14 years ago
  85. a02a295 wl1251: add support for dedicated IRQ line by Grazvydas Ignotas · 14 years ago
  86. 0a56bd0 mac80211: add LDPC control flag by Luis R. Rodriguez · 14 years ago
  87. 4e15ed4 net: replace ipfragok with skb->local_df by Shan Wei · 14 years ago
  88. 3eb14b9 Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 14 years ago
  89. 5c01d56 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem by John W. Linville · 14 years ago
  90. 2fed94c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6 by Linus Torvalds · 14 years ago
  91. 00eef7b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 14 years ago
  92. 19b3eec firewire: cdev: change license of exported header files to MIT license by Stefan Richter · 14 years ago
  93. fd793d8 net: CONFIG_SMP should be CONFIG_RPS by Changli Gao · 14 years ago
  94. e326e85 stmmac: new descriptor field for the driver's platform by Giuseppe CAVALLARO · 14 years ago
  95. c08c68d rcu: Better explain the condition parameter of rcu_dereference_check() by David Howells · 14 years ago
  96. b62730b rcu: Add rcu_access_pointer and rcu_dereference_protected by Paul E. McKenney · 14 years ago
  97. 0fdfe5a Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 14 years ago
  98. f0ad086 ipv4: ipmr: support multiple tables by Patrick McHardy · 14 years ago
  99. 0c12295 ipv4: ipmr: move mroute data into seperate structure by Patrick McHardy · 14 years ago
  100. 862465f ipv4: ipmr: convert struct mfc_cache to struct list_head by Patrick McHardy · 14 years ago