1. ea6a5d3 sch_red: fix red_calc_qavg_from_idle_time by Eric Dumazet · 13 years ago
  2. c1baa88 Merge branch 'nf' of git://1984.lsi.us.es/net by David S. Miller · 13 years ago
  3. de68dca inet: add a redirect generation id in inetpeer by Eric Dumazet · 13 years ago
  4. b8400f3 route: struct rtable can be const in rt_is_input_route and rt_is_output_route by Steffen Klassert · 13 years ago
  5. 618f9bc net: Move mtu handling down to the protocol depended handlers by Steffen Klassert · 13 years ago
  6. ebb762f net: Rename the dst_opt default_mtu method to mtu by Steffen Klassert · 13 years ago
  7. ac8a481 ipv4: Save nexthop address of LSRR/SSRR option to IPCB. by Li Wei · 13 years ago
  8. 70e9942 netfilter: nf_conntrack: make event callback registration per-netns by Pablo Neira Ayuso · 13 years ago
  9. 3b971a7 Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by David S. Miller · 13 years ago
  10. e29ec62 Merge branch 'master' of ssh://ra.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davem by John W. Linville · 13 years ago
  11. c26887d cfg80211: fix missing kernel-doc by Johannes Berg · 13 years ago
  12. 9270fd6 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth by John W. Linville · 13 years ago
  13. f3f668b Bluetooth: Use miliseconds for L2CAP channel timeouts by Andrzej Kaczmarek · 13 years ago
  14. 94956ee Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 13 years ago
  15. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  16. 4b6cc72 netlink: clarify attribute length check documentation by Johannes Berg · 13 years ago
  17. 22097fd 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
  18. 54d5026 mac80211: warn only once about not finding a rate by Johannes Berg · 13 years ago
  19. c125d5e Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth by John W. Linville · 13 years ago
  20. 73cb88e net: make the tcp and udp file_operations for the /proc stuff const by Arjan van de Ven · 13 years ago
  21. e23ebf0 ipvs: Fix compilation error in ip_vs.h for ip_vs_confirm_conntrack function. by Krzysztof Wilczynski · 13 years ago
  22. 8d83f63 netfilter: export NAT definitions through linux/netfilter_ipv4/nf_nat.h by Pablo Neira Ayuso · 13 years ago
  23. 4a516f1 ipvs: Remove unused return value of protocol state transitions by Simon Horman · 13 years ago
  24. 3c2de2a ipvs: Remove unused parameter from ip_vs_confirm_conntrack() by Simon Horman · 13 years ago
  25. b9075fa treewide: use __printf not __attribute__((format(printf,...))) by Joe Perches · 13 years ago
  26. 1d58996 bluetooth: macroize two small inlines to avoid module.h by Paul Gortmaker · 13 years ago
  27. 69e7dae ip_vs.h: fix implicit use of module_get/module_put from module.h by Paul Gortmaker · 13 years ago
  28. 34641c6 nf_conntrack.h: fix up fallout from implicit moduleparam.h presence by Paul Gortmaker · 13 years ago
  29. de47725 include: replace linux/module.h with "struct module" wherever possible by Paul Gortmaker · 13 years ago
  30. 39aa9fd net: sch_generic remove redundant use of <linux/module.h> by Paul Gortmaker · 13 years ago
  31. 4ec65b8 net: inet_timewait_sock doesnt need <linux/module.h> by Paul Gortmaker · 13 years ago
  32. b903d32 ipv6: tcp: fix TCLASS value in ACK messages sent from TIME_WAIT by Eric Dumazet · 13 years ago
  33. e33bae1 Merge branch 'for-linus' of git://github.com/ericvh/linux by Linus Torvalds · 13 years ago
  34. 1805b2f Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  35. 78d81d1 TCP: remove TCP_DEBUG by Flavio Leitner · 13 years ago
  36. 348b590 net/9p: Convert net/9p protocol dumps to tracepoints by Aneesh Kumar K.V · 13 years ago
  37. ef6b080 fs/9p: change an int to unsigned int by Dan Carpenter · 13 years ago
  38. abfa034 fs/9p: Update zero-copy implementation in 9p by Aneesh Kumar K.V · 13 years ago
  39. 66b13d9 ipv4: tcp: fix TOS value in ACK messages sent from TIME_WAIT by Eric Dumazet · 13 years ago
  40. 318cf7a tcp: md5: add more const attributes by Eric Dumazet · 13 years ago
  41. ca35a0e tcp: md5: dont write skb head in tcp_md5_hash_header() by Eric Dumazet · 13 years ago
  42. b5d9c9c inet: add rfc 3168 extract in front of INET_ECN_encapsulate() by Eric Dumazet · 13 years ago
  43. cf533ea tcp: add const qualifiers where possible by Eric Dumazet · 13 years ago
  44. 05bdd2f net: constify skbuff and Qdisc elements by Eric Dumazet · 13 years ago
  45. 5ea2ef5 caif-hsi: Added recovery check of CA wake status. by Daniel Martensson · 13 years ago
  46. 5bbed92 caif-hsi: Added sanity check for length of CAIF frames by Daniel Martensson · 13 years ago
  47. 28bd204 caif-hsi: Make inactivity timeout configurable. by Dmitry Tarnyagin · 13 years ago
  48. 687b13e caif-hsi: Making read and writes asynchronous. by Daniel Martensson · 13 years ago
  49. bc416d9 macvlan: handle fragmented multicast frames by Eric Dumazet · 13 years ago
  50. ae2a458 Merge branch 'nf' of git://1984.lsi.us.es/net by David S. Miller · 13 years ago
  51. f36c23b udplite: fast-path computation of checksum coverage by Gerrit Renker · 13 years ago
  52. 41ebe9c Merge branch 'master' of git://git.infradead.org/users/linville/wireless-next into for-davem by John W. Linville · 13 years ago
  53. bb6e753 nl80211: Add sta_flags to the station info by Helmut Schaa · 13 years ago
  54. 7f2a5e2 mac80211: Populate radiotap header with MCS info for TX frames by Helmut Schaa · 13 years ago
  55. 88149db Bluetooth: rfcomm: Fix sleep in invalid context in rfcomm_security_cfm by Szymon Janc · 13 years ago
  56. ae1d48b IPVS netns shutdown/startup dead-lock by Hans Schillstrom · 13 years ago
  57. 73b9f03 mac80211: parse radiotap header earlier by Johannes Berg · 13 years ago
  58. a26eb27 mac80211: move fragment flag to info flag as dont-fragment by Johannes Berg · 13 years ago
  59. 094daf7 Merge branch 'master' of git://git.infradead.org/users/linville/wireless-next into for-davem by John W. Linville · 13 years ago
  60. 27737aa dcb: Add stub routines for !CONFIG_DCB by John Fastabend · 13 years ago
  61. 6bd0e1c dcb: add DCBX mode to event notifier attributes by John Fastabend · 13 years ago
  62. e290ed8 dcb: Use ifindex instead of ifname by Mark Rustad · 13 years ago
  63. d6222fb Merge branch 'master' of git://github.com/padovan/bluetooth-next by John W. Linville · 13 years ago
  64. 8a3a3c8 mac80211: pass vif param to conf_tx() callback by Eliad Peller · 13 years ago
  65. b6f3530 mac80211: Send nullfunc frames at lower rate during connection monitor by Rajkumar Manoharan · 13 years ago
  66. 893d73f mac80211: Allow noack flag overwrite for injected frames by Helmut Schaa · 13 years ago
  67. 4b801bc mac80211: document client powersave by Johannes Berg · 13 years ago
  68. 37fbd90 mac80211: allow out-of-band EOSP notification by Johannes Berg · 13 years ago
  69. 40b9640 mac80211: explicitly notify drivers of frame release by Johannes Berg · 13 years ago
  70. deeaee1 mac80211: reply only once to each PS-poll by Johannes Berg · 13 years ago
  71. 47086fc mac80211: implement uAPSD by Johannes Berg · 13 years ago
  72. 4049e09 mac80211: allow releasing driver-buffered frames by Johannes Berg · 13 years ago
  73. 948d887 mac80211: split PS buffers into ACs by Johannes Berg · 13 years ago
  74. 042ec45 mac80211: let drivers inform it about per TID buffered frames by Johannes Berg · 13 years ago
  75. 768db34 mac80211: standardize adding supported rates IEs by Arik Nemtsov · 13 years ago
  76. 109086c nl80211: support sending TDLS commands/frames by Arik Nemtsov · 13 years ago
  77. 3b9ce80 cfg80211/mac80211: apply station uAPSD parameters selectively by Johannes Berg · 13 years ago
  78. 8e00f5f Merge branch 'master' of git://git.infradead.org/users/linville/wireless-next into for-davem by John W. Linville · 13 years ago
  79. 16e5726 af_unix: dont send SCM_CREDENTIALS by default by Eric Dumazet · 13 years ago
  80. 84084a3 Bluetooth: Perform L2CAP SDU reassembly without copying data by Mat Martineau · 13 years ago
  81. f70f01c cfg80211/mac80211: add netdev param to set_txq_params() by Eliad Peller · 13 years ago
  82. aad14ce mac80211: Send the management frame at requested rate by Rajkumar Manoharan · 13 years ago
  83. e9f935e nl80211/cfg80211: Add support to disable CCK rate for management frame by Rajkumar Manoharan · 13 years ago
  84. 38f04c6 NFC: protect nci_data_exchange transactions by Ilan Elias · 13 years ago
  85. 37a41b4 mac80211: add ieee80211_vif param to tsf functions by Eliad Peller · 13 years ago
  86. 4de075e tcp: rename tcp_skb_cb flags by Eric Dumazet · 13 years ago
  87. b82d1bb tcp: unalias tcp_skb_cb flags and ip_dsfield by Eric Dumazet · 13 years ago
  88. 7a269ff tcp: ECN blackhole should not force quickack mode by Eric Dumazet · 13 years ago
  89. 8decf86 Merge branch 'master' of github.com:davem330/net by David S. Miller · 13 years ago
  90. 5e76244 Bluetooth: Add mgmt events for blacklisting by Antti Julku · 13 years ago
  91. 8aab475 Bluetooth: Move SMP crypto functions to a workqueue by Vinicius Costa Gomes · 13 years ago
  92. 1c1def0 Bluetooth: Move SMP fields to a separate structure by Vinicius Costa Gomes · 13 years ago
  93. f6422ec Bluetooth: Add mgmt command for fast connectable mode by Antti Julku · 13 years ago
  94. cfafccf Bluetooth: Add link_type information to the mgmt Connected event by Vinicius Costa Gomes · 13 years ago
  95. 454d48f Bluetooth: Use the same timeouts for both ACL and LE links by Vinicius Costa Gomes · 13 years ago
  96. d26a234 Bluetooth: Add a flag to indicate that SMP is going on by Vinicius Costa Gomes · 13 years ago
  97. 52087a7 Bluetooth: make use of connection number to optimize the scheduler by Luiz Augusto von Dentz · 13 years ago
  98. 6a2968a NFC: basic NCI protocol implementation by Ilan Elias · 13 years ago
  99. 55eb94f NFC: move nfc.h from include/net to include/net/nfc by Ilan Elias · 13 years ago
  100. 8b3fe7b NFC: Add dev_up and dev_down control operations by Ilan Elias · 13 years ago