1. eaaa313 netlink: Diag core and basic socket info dumping (v2) by Andrey Vagin · 11 years ago
  2. 0f29c76 net: prepare netlink code for netlink diag by Andrey Vagin · 11 years ago
  3. 953d276 gianfar: Remove superfluous kernel_dropped local counter by Claudiu Manoil · 11 years ago
  4. c6e1160 gianfar: Cleanup dead code and minor formatting by Claudiu Manoil · 11 years ago
  5. 39c0a0d gianfar: Remove 'maybe-uninitialized' compile warning by Claudiu Manoil · 11 years ago
  6. 14c3326 net: sh-eth: Use pr_err instead of printk by Nobuhiro Iwamatsu · 11 years ago
  7. 4021db9 net: remove redundant ifdef CONFIG_CGROUPS by Zefan Li · 11 years ago
  8. e33099f tcp: implement RFC5682 F-RTO by Yuchung Cheng · 11 years ago
  9. ab42d9e tcp: refactor CA_Loss state processing by Yuchung Cheng · 11 years ago
  10. 9b44190 tcp: refactor F-RTO by Yuchung Cheng · 11 years ago
  11. e306e2c filter: add minimal BPF JIT image disassembler by Daniel Borkmann · 11 years ago
  12. b34870f Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into wireless by David S. Miller · 11 years ago
  13. 5470b46 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
  14. e76d120 chelsio: use netdev_alloc_skb_ip_align by stephen hemminger · 11 years ago
  15. a6f6803 net: Move selftests to common net/ subdirectory. by David S. Miller · 11 years ago
  16. 4c1d8d0 net: fix psock_fanout selftest bind error message by Daniel Baluta · 11 years ago
  17. 70386d4 chelsio: add headroom in RX path by Eric Dumazet · 11 years ago
  18. 8fdc929 dynticks: avoid flow_cache_flush() interrupting every core by Chris Metcalf · 11 years ago
  19. 7fa6f340 bnx2x: AER revised by Yuval Mintz · 11 years ago
  20. 47a5247 net: fec: make local function fec_poll_controller() static by Wei Yongjun · 11 years ago
  21. e052a58 net: ethernet: davinci_emac: make local function emac_poll_controller() static by Wei Yongjun · 11 years ago
  22. 9fad0c9 net: mdio-octeon: Use module_platform_driver() by Sachin Kamat · 11 years ago
  23. f8e5fc8 net: mdio-gpio: Use module_platform_driver() by Sachin Kamat · 11 years ago
  24. 95d158d net: au1k_ir: Use module_platform_driver() by Sachin Kamat · 11 years ago
  25. 6d74968 net: s6gmac: Use module_platform_driver() by Sachin Kamat · 11 years ago
  26. 18e4a73 net: ks8695net: Use module_platform_driver() by Sachin Kamat · 11 years ago
  27. 2b5faa4 connector: Added coredumping event to the process connector by Jesper Derehag · 11 years ago
  28. 800c644 gianfar: Refactor config coalescing calls for all queues by Claudiu Manoil · 11 years ago
  29. 5d9657d gianfar: Remove redundant programming of [rt]xic registers by Claudiu Manoil · 11 years ago
  30. 6be5ed3 gianfar: Poll only active Rx queues by Claudiu Manoil · 11 years ago
  31. c233cf40 gianfar: Fix tx napi polling by Claudiu Manoil · 11 years ago
  32. 3e5289d filter: add ANC_PAY_OFFSET instruction for loading payload start offset by Daniel Borkmann · 11 years ago
  33. f77668d net: flow_dissector: add __skb_get_poff to get a start offset to payload by Daniel Borkmann · 11 years ago
  34. 6181659 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  35. 23a9072 net: fix psock_fanout selftest hash collision by Willem de Bruijn · 11 years ago
  36. da2191e net: fec: Define indexes as 'unsigned int' by Fabio Estevam · 11 years ago
  37. 896ee0e net/irda: add missing error path release_sock call by Kees Cook · 11 years ago
  38. fa90b07 lpc_eth: fix error return code in lpc_eth_drv_probe() by Wei Yongjun · 11 years ago
  39. fc0c090 sh_eth: check TSU registers ioremap() error by Sergei Shtylyov · 11 years ago
  40. 0582b7d sh_eth: fix bitbang memory leak by Sergei Shtylyov · 11 years ago
  41. 283951f ipconfig: Fix newline handling in log message. by Martin Fuzzey · 11 years ago
  42. 8ed7816 flow_keys: include thoff into flow_keys for later usage by Daniel Borkmann · 11 years ago
  43. e0ebcb8 Merge branch 'l2tp' by David S. Miller · 11 years ago
  44. f6e16b2 l2tp: unhash l2tp sessions on delete, not on free by Tom Parkin · 11 years ago
  45. 7b7c071 l2tp: avoid deadlock in l2tp stats update by Tom Parkin · 11 years ago
  46. cf2f5c8 l2tp: push all ppp pseudowire shutdown through .release handler by Tom Parkin · 11 years ago
  47. 4c6e2fd l2tp: purge session reorder queue on delete by Tom Parkin · 11 years ago
  48. 48f72f9 l2tp: add session reorder queue purge function to core by Tom Parkin · 11 years ago
  49. 02d13ed l2tp: don't BUG_ON sk_socket being NULL by Tom Parkin · 11 years ago
  50. 8abbbe8 l2tp: take a reference for kernel sockets in l2tp_tunnel_sock_lookup by Tom Parkin · 11 years ago
  51. 2b551c6 l2tp: close sessions before initiating tunnel delete by Tom Parkin · 11 years ago
  52. 9360631 l2tp: close sessions in ip socket destroy callback by Tom Parkin · 11 years ago
  53. e34f4c7 l2tp: export l2tp_tunnel_closeall by Tom Parkin · 11 years ago
  54. 9980d00 l2tp: add udp encap socket destroy handler by Tom Parkin · 11 years ago
  55. 44046a5 udp: add encap_destroy callback by Tom Parkin · 11 years ago
  56. f1e79e2 genetlink: trigger BUG_ON if a group name is too long by Masatake YAMATO · 11 years ago
  57. 90b2621 Merge branch 'master' of git://1984.lsi.us.es/nf by David S. Miller · 11 years ago
  58. 0d4e671 ath6kl: fix size_t printf warnings by Kalle Valo · 11 years ago
  59. 3dd6664 netfilter: remove unused "config IP_NF_QUEUE" by Paul Bolle · 11 years ago
  60. 10b3866 Merge tag 'for-linus-v3.9-rc4' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 11 years ago
  61. b44540e net: Get rid of compat defines in psock_fanout.c selftest. by David S. Miller · 11 years ago
  62. 547b524 PCI: Use ROM images from firmware only if no other ROM source available by Matthew Garrett · 11 years ago
  63. 5c7c336 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc by Linus Torvalds · 11 years ago
  64. 9471244 net: Fix failure string in net-socket selftests Makefile. by David S. Miller · 11 years ago
  65. 77f65eb packet: packet fanout rollover during socket overload by Willem de Bruijn · 11 years ago
  66. e748962 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux-aarch64 by Linus Torvalds · 11 years ago
  67. f58b20b sparc: remove unused "config BITS" by Paul Bolle · 11 years ago
  68. 7b1b3fd Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  69. e0b20296 sparc: delete "if !ULTRA_HAS_POPULATION_COUNT" by Paul Bolle · 11 years ago
  70. b0aa73b net: Add socket() system call self test. by David S. Miller · 11 years ago
  71. 7920720 arm64: Kconfig.debug: Remove unused CONFIG_DEBUG_ERRORS by Paul Bolle · 11 years ago
  72. 63b7743 arm64: Do not select GENERIC_HARDIRQS_NO_DEPRECATED by Paul Bolle · 11 years ago
  73. b5fb82c xfrm: use xfrm direction when lookup policy by Baker Zhang · 11 years ago
  74. 5a3da1f inet: limit length of fragment queue hash table bucket lists by Hannes Frederic Sowa · 11 years ago
  75. 6fed959 net/smsc911x: Use NULL instead of integer for pointer by Sachin Kamat · 11 years ago
  76. 271648b qeth: Fix scatter-gather regression by Frank Blaschka · 11 years ago
  77. 82e2e78 qeth: Fix invalid router settings handling by Stefan Raspl · 11 years ago
  78. 82f77cf qeth: delay feature trace by Stefan Raspl · 11 years ago
  79. 119c331 mrf24j40: Fix byte-order of IEEE address by Alan Ott · 11 years ago
  80. cf82dab mrf24j40: Increase max SPI speed to 10MHz by Alan Ott · 11 years ago
  81. 7a1c231 mrf24j40: Warn if transmit interrupts timeout by Alan Ott · 11 years ago
  82. 50861c7 mrf24j40: pinctrl support by Alan Ott · 11 years ago
  83. c9bbb75 can: dump stack on protocol bugs by Oliver Hartkopp · 11 years ago
  84. bf93ad7 ipvs: remove extra rcu lock by Julian Anastasov · 11 years ago
  85. 0c12582 ipvs: add backup_only flag to avoid loops by Julian Anastasov · 11 years ago
  86. 112ccff Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging by Linus Torvalds · 11 years ago
  87. 9997d08 sgy-cts1000: Remove __dev* attributes by Ben Collins · 11 years ago
  88. b63dc12 Merge branch 'for-3.9-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 11 years ago
  89. cf2e394 ipvs: fix sctp chunk length order by Julian Anastasov · 11 years ago
  90. 856a850 rt2800: 5592: add more USB devices IDs by Stanislaw Gruszka · 11 years ago
  91. 415e3f2 rt2800: 5592: iq calibration for 5GHz by Stanislaw Gruszka · 11 years ago
  92. 939ec51 rt2800: 5592: add Kconfig by Stanislaw Gruszka · 11 years ago
  93. 613c75f rt2800: 5592: TXWI & RXWI descriptors size by Stanislaw Gruszka · 11 years ago
  94. 3d81535 rt2800: 5592: add chip specific vgc calculations by Stanislaw Gruszka · 11 years ago
  95. 8ba0ebf rt2800: 5592: add AGC init by Stanislaw Gruszka · 11 years ago
  96. 5bc2dd0 rt2800: add write_with_rx_chain function by Stanislaw Gruszka · 11 years ago
  97. c630ccf rt2800: rearrange bbp/rfcsr initialization by Stanislaw Gruszka · 11 years ago
  98. 8756130 rt2800: 5592: add iq calibration by Stanislaw Gruszka · 11 years ago
  99. 6803141 rt2800: 5592: more channel switch registers settings (BBP & GLRT) by Stanislaw Gruszka · 11 years ago
  100. 4bc618f rt2800: 5592: enable rf init by Stanislaw Gruszka · 11 years ago