1. be9c6d9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  2. 19d2f8e Merge tag 'for-linus-3.11-merge-window-part-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs by Linus Torvalds · 11 years ago
  3. 64b0dc5 net: rename busy poll socket op and globals by Eliezer Tamir · 11 years ago
  4. 8b80cda net: rename ll methods to busy-poll by Eliezer Tamir · 11 years ago
  5. 076bb0c net: rename include/net/ll_poll.h to include/net/busy_poll.h by Eliezer Tamir · 11 years ago
  6. 76b1e9b net/fs: change busy poll time accounting by Eliezer Tamir · 11 years ago
  7. cbf5500 net: rename low latency sockets functions to busy poll by Eliezer Tamir · 11 years ago
  8. 80b4526 9P: Add cancelled() to the transport functions. by Simon Derr · 11 years ago
  9. 2f28c8b net/9p: add privport option to 9p tcp transport by Jim Garlick · 11 years ago
  10. 9eb5bf8 net: sock: fix TCP_SKB_MIN_TRUESIZE by Eric Dumazet · 11 years ago
  11. c50cd35 net: gre: move GSO functions to gre_offload by Daniel Borkmann · 11 years ago
  12. 419076f net: lls fix build with allnoconfig by Eliezer Tamir · 11 years ago
  13. 1bc2774 net: convert lls to use time_in_range() by Eliezer Tamir · 11 years ago
  14. 8822b64 ipv6: call udp_push_pending_frames when uncorking a socket with AF_INET pending data by Hannes Frederic Sowa · 11 years ago
  15. b48410b ipv4: remove fib_update_nh_saddrs() declaration. by Rami Rosen · 11 years ago
  16. a05b101 net: sctp: prevent checksum.h from double inclusion by Daniel Borkmann · 11 years ago
  17. 8965779 ipv6,mcast: always hold idev->lock before mca_lock by Amerigo Wang · 11 years ago
  18. bb33381 net: sctp: rework debugging framework to use pr_debug and friends by Daniel Borkmann · 11 years ago
  19. 91e2fd33 net: avoid calling sched_clock when LLS is off by Eliezer Tamir · 11 years ago
  20. ad6276e net: fix LLS debug_smp_processor_id() warning by Eliezer Tamir · 11 years ago
  21. e62bc9e Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next by David S. Miller · 11 years ago
  22. 4e144d3 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 11 years ago
  23. 2ffae99 ipv4: use next hop exceptions also for input routes by Timo Teräs · 11 years ago
  24. b173ee4 ipv6: resend MLD report if a link-local address completes DAD by Hannes Frederic Sowa · 11 years ago
  25. 1ec047e ipv6: introduce per-interface counter for dad-completed ipv6 addresses by Hannes Frederic Sowa · 11 years ago
  26. 57ed5cd Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 11 years ago
  27. 5e6700b sit: add support of x-netns by Nicolas Dichtel · 11 years ago
  28. 8b4d14d netns: exclude ipvs from struct net when IPVS disabled by JunweiZhang · 11 years ago
  29. 4d0c875 ipvs: add sync_persist_mode flag by Julian Anastasov · 11 years ago
  30. 61e7c42 ipvs: replace the SCTP state machine by Julian Anastasov · 11 years ago
  31. c6c96c1 ipvs: sloppy TCP and SCTP by Alexander Frolkin · 11 years ago
  32. bba54de ipvs: provide iph to schedulers by Julian Anastasov · 11 years ago
  33. 2d48d67 net: poll/select low latency socket support by Eliezer Tamir · 11 years ago
  34. 52db882 net: sctp: migrate cookie life from timeval to ktime by Daniel Borkmann · 11 years ago
  35. f072d7a net: sctp: remove TEST_FRAME ifdef by Daniel Borkmann · 11 years ago
  36. b7b1bfc ipv6: split duplicate address detection and router solicitation timer by Hannes Frederic Sowa · 11 years ago
  37. 7ae8639 tcp: remove invalid __rcu annotation by Eric Dumazet · 11 years ago
  38. 9fbdc75 Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by John W. Linville · 11 years ago
  39. 66ba271 Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by John W. Linville · 11 years ago
  40. 7e2f934 Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next by David S. Miller · 11 years ago
  41. 5243b6a ip_tunnel: Protect tunnel functions with CONFIG_INET guard. by Jesse Gross · 11 years ago
  42. 0a80465 Bluetooth: Remove unneeded flag by Andrei Emeltchenko · 11 years ago
  43. b043434 Bluetooth: Remove inquiry helpers by Andre Guedes · 11 years ago
  44. 917eedc Bluetooth: Remove LE scan helpers by Andre Guedes · 11 years ago
  45. 1183fdc Bluetooth: Make mgmt_stop_discovery_failed static by Andre Guedes · 11 years ago
  46. 4c87eaa Bluetooth: Use HCI request in interleaved discovery by Andre Guedes · 11 years ago
  47. 0d8cc93 Bluetooth: Move discovery macros to hci_core.h by Andre Guedes · 11 years ago
  48. 41dc2bd Bluetooth: Make mgmt_start_discovery_failed static by Andre Guedes · 11 years ago
  49. 1f9b9a5 Bluetooth: Make inquiry_cache_flush non-static by Andre Guedes · 11 years ago
  50. 073d1cf Bluetooth: Rename L2CAP_CID_LE_DATA to L2CAP_CID_ATT by Johan Hedberg · 11 years ago
  51. 7d2a47a Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 11 years ago
  52. fedaf4f ndisc: Convert use of typedef ctl_table to struct ctl_table by Joe Perches · 11 years ago
  53. 9e8cda3 ipv6: Convert use of typedef ctl_table to struct ctl_table by Joe Perches · 11 years ago
  54. eea86af net: sock: adapt SOCK_MIN_RCVBUF and SOCK_MIN_SNDBUF by Daniel Borkmann · 11 years ago
  55. 9a62822 ip_tunnel: Add dont fragment flag. by Pravin B Shelar · 11 years ago
  56. 3d7b46c ip_tunnel: push generic protocol handling to ip_tunnel module. by Pravin B Shelar · 11 years ago
  57. 0e6fbc5 ip_tunnels: extend iptunnel_xmit() by Pravin B Shelar · 11 years ago
  58. 45f2e99 gre: export gre_handle_offloads() function. by Pravin B Shelar · 11 years ago
  59. 752f36d gre: export gre_build_header() function. by Pravin B Shelar · 11 years ago
  60. bda7bb4 gre: Allow multiple protocol listener for gre protocol. by Pravin B Shelar · 11 years ago
  61. d98cae64e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  62. 959867f cfg80211: require passing BSS struct back to cfg80211_assoc_timeout by Johannes Berg · 11 years ago
  63. 30e7473 nl80211: add rate flags for 5/10 Mhz channels by Simon Wunderlich · 11 years ago
  64. 2f301ab nl80211/cfg80211: add 5 and 10 MHz defines and wiphy flag by Simon Wunderlich · 11 years ago
  65. dda9192 net: sctp: remove SCTP_STATIC macro by Daniel Borkmann · 11 years ago
  66. 939cfa7 net: sctp: get rid of t_new macro for kzalloc by Daniel Borkmann · 11 years ago
  67. dafcc43 net: add socket option for low latency polling by Eliezer Tamir · 11 years ago
  68. 9a3c71a net: convert low latency sockets to sched_clock() by Eliezer Tamir · 11 years ago
  69. eb6db62 net: change sysctl_net_ll_poll into an unsigned int by Eliezer Tamir · 11 years ago
  70. fed7c25 NFC: Add secure elements addition and removal API by Samuel Ortiz · 11 years ago
  71. 0a94630 NFC: Extend and fix the internal secure element API by Samuel Ortiz · 11 years ago
  72. 0b456c4 NFC: Remove the static supported_se field by Samuel Ortiz · 11 years ago
  73. 322bce9 NFC: pn533: Copy NFCID2 through ATR_REQ by Samuel Ortiz · 11 years ago
  74. 391d8a2 NFC: Add NCI over SPI receive by Frederic Danis · 11 years ago
  75. ee9596d NFC: Add NCI over SPI send by Frederic Danis · 11 years ago
  76. 8a00a61 NFC: Add basic NCI over SPI by Frederic Danis · 11 years ago
  77. 9a695d2 NFC: HCI: Implement fw_upload ops by Eric Lapuyade · 11 years ago
  78. 9674da8 NFC: Add firmware upload netlink command by Eric Lapuyade · 11 years ago
  79. 1095e69 NFC: NCI: Fix skb->dev usage by Frederic Danis · 11 years ago
  80. d3b6f61 ip_tunnel: remove __net_init/exit from exported functions by Eric Dumazet · 11 years ago
  81. 817cee7 mac80211: track AP's beacon rate and give it to the driver by Alexander Bondar · 11 years ago
  82. 85f1652 tcp: properly send new data in fast recovery in first RTT by Yuchung Cheng · 11 years ago
  83. 4a2e667 Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next by David S. Miller · 11 years ago
  84. 812fd64 Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by John W. Linville · 11 years ago
  85. 861bca2 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 11 years ago
  86. 42d887a Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davem by John W. Linville · 11 years ago
  87. 96570ff Bluetooth: Fix mgmt handling of power on failures by Johan Hedberg · 11 years ago
  88. 503b47e ipv4: remove is_data also from ip_options documentation. by Rami Rosen · 11 years ago
  89. da5bab0 net: udp4: move GSO functions to udp_offload by Daniel Borkmann · 11 years ago
  90. 130d3d6 net_sched: psched_ratecfg_precompute() improvements by Eric Dumazet · 11 years ago
  91. 3899ba9 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 11 years ago
  92. ffb3cf3 {nl,mac,cfg}80211: Allow user to configure basic rates for mesh by Ashok Nagarajan · 11 years ago
  93. 8e7c053 {nl,cfg}80211: make peer link expiration time configurable by Colleen Twitty · 11 years ago
  94. 45203a3 net_sched: add 64bit rate estimators by Eric Dumazet · 11 years ago
  95. 0602129 net: add low latency socket poll by Eliezer Tamir · 11 years ago
  96. 28850dc net: tcp: move GRO/GSO functions to tcp_offload by Daniel Borkmann · 11 years ago
  97. 143554a Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 11 years ago
  98. 6bc19fb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  99. 780b40d wireless: fix kernel-doc by Johannes Berg · 11 years ago
  100. 989c650 mac80211: Use suitable semantics for beacon availability indication by Alexander Bondar · 11 years ago