1. 160eb5a ipv4: Kill early demux method return value. by David S. Miller · 12 years ago
  2. 1d1e34d xfrm_user: Propagate netlink error codes properly. by David S. Miller · 12 years ago
  3. a30e2c1 netdev/phy/of: Add more methods for binding PHY devices to drivers. by David Daney · 12 years ago
  4. ac28b9f netdev/phy: Handle IEEE802.3 clause 45 Ethernet PHYs by David Daney · 12 years ago
  5. c10237e Revert "ipv4: tcp: dont cache unconfirmed intput dst" by David S. Miller · 12 years ago
  6. e440cf2 net: added support for 40GbE link. by parav.pandit@emulex.com · 12 years ago
  7. 4c3af03 netlink: Get rid of obsolete rtnetlink macros by Thomas Graf · 12 years ago
  8. c074da2 ipv4: tcp: dont cache unconfirmed intput dst by Eric Dumazet · 12 years ago
  9. c3deafc netlink: Delete NLMSG_PUT and NLMSG_NEW. by David S. Miller · 12 years ago
  10. 4a9fbcc team: remove unused rcu_head field from team_port struct by Jiri Pirko · 12 years ago
  11. 52a4fd7 team: do not allow to map disabled ports by Jiri Pirko · 12 years ago
  12. 7b8e19b drivers/ieee802154: add support for the at86rf230/231 transceivers by alex.bluesman.smirnov@gmail.com · 12 years ago
  13. 32bad7e mac802154: add wpan device-class support by alex.bluesman.smirnov@gmail.com · 12 years ago
  14. 91fa0cb caif-hsi: Remove use of module parameters by Sjur Brændeland · 12 years ago
  15. 1c385f1 caif-hsi: Replace platform device with ops structure. by Sjur Brændeland · 12 years ago
  16. c412540 caif-hsi: Add rtnl support by Sjur Brændeland · 12 years ago
  17. deaa585 net: struct sock cleanups by Eric Dumazet · 12 years ago
  18. efc27f8 net: Remove 'unlikely' qualifier in skb_steal_sock() by Vijay Subramanian · 12 years ago
  19. e486463 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  20. 0b4a9e1 Merge branch 'master' of git://1984.lsi.us.es/nf-next by David S. Miller · 12 years ago
  21. dfbce08 ipv4: Don't add deprecated new binary sysctl value. by David S. Miller · 12 years ago
  22. 7586ece ipv4: tcp: dont cache output dst for syncookies by Eric Dumazet · 12 years ago
  23. 6648bd7 ipv4: Add sysctl knob to control early socket demux by Alexander Duyck · 12 years ago
  24. d584a61 netfilter: nfnetlink_queue: fix compilation with CONFIG_NF_NAT=m and CONFIG_NF_CT_NETLINK=y by Pablo Neira Ayuso · 12 years ago
  25. 5a05fae netfilter: nfq_ct_hook needs __rcu and __read_mostly by Pablo Neira Ayuso · 12 years ago
  26. 41063e9 ipv4: Early TCP socket demux. by David S. Miller · 12 years ago
  27. f9242b6 inet: Sanitize inet{,6} protocol demux. by David S. Miller · 12 years ago
  28. 4bccfd1 team: add port_[enabled/disabled] mode callbacks by Jiri Pirko · 12 years ago
  29. 0f1aad2 team: allow async option changes by Jiri Pirko · 12 years ago
  30. 85d59a8 team: push array_index and port into separate structure by Jiri Pirko · 12 years ago
  31. b130332 team: introduce array options by Jiri Pirko · 12 years ago
  32. 5149ee5 team: add mode priv to port by Jiri Pirko · 12 years ago
  33. 0402788 team: make team_mode struct const by Jiri Pirko · 12 years ago
  34. 3879d4e Merge branch 'master' of git://gitorious.org/linux-can/linux-can-next by David S. Miller · 12 years ago
  35. a77f4b4 Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next by David S. Miller · 12 years ago
  36. 1e0625f candev: add/update helpers for CAN FD by Oliver Hartkopp · 12 years ago
  37. e2d265d canfd: add support for CAN FD in CAN_RAW sockets by Oliver Hartkopp · 12 years ago
  38. 8b01939 canfd: add support for CAN FD in PF_CAN core by Oliver Hartkopp · 12 years ago
  39. 7c94163 canfd: add new data structures and constants by Oliver Hartkopp · 12 years ago
  40. b3c911e Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 12 years ago
  41. 674147e netfilter: fix missing symbols if CONFIG_NETFILTER_NETLINK_QUEUE_CT unset by Pablo Neira Ayuso · 12 years ago
  42. 7c62234 netfilter: nfnetlink_queue: fix compilation with NF_CONNTRACK disabled by Pablo Neira Ayuso · 12 years ago
  43. 8cfe523 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davem by John W. Linville · 12 years ago
  44. 31fdc55 net: remove my future former mail address by Rémi Denis-Courmont · 12 years ago
  45. 82f437b Merge branch 'master' of git://1984.lsi.us.es/nf-next by David S. Miller · 12 years ago
  46. 7f95e18 include/net/dst.h: neaten asterisk placement by Eldad Zack · 12 years ago
  47. 12f7a50 netfilter: add user-space connection tracking helper infrastructure by Pablo Neira Ayuso · 12 years ago
  48. ae243be netfilter: ctnetlink: add CTA_HELP_INFO attribute by Pablo Neira Ayuso · 12 years ago
  49. 8c88f87 netfilter: nfnetlink_queue: add NAT TCP sequence adjustment if packet mangled by Pablo Neira Ayuso · 12 years ago
  50. 9cb0176 netfilter: add glue code to integrate nfnetlink_queue and ctnetlink by Pablo Neira Ayuso · 12 years ago
  51. 1afc567 netfilter: nf_ct_helper: implement variable length helper private data by Pablo Neira Ayuso · 12 years ago
  52. 3cf4c7e netfilter: nf_ct_ext: support variable length extensions by Pablo Neira Ayuso · 13 years ago
  53. 3a8fc53 netfilter: nf_ct_helper: allocate 16 bytes for the helper and policy names by Pablo Neira Ayuso · 13 years ago
  54. aee289b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  55. e8803b6 Revert "ipv6: Prevent access to uninitialized fib_table_hash via /proc/net/ipv6_route" by David S. Miller · 12 years ago
  56. 7e52b33 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  57. 2a0c451 ipv6: Prevent access to uninitialized fib_table_hash via /proc/net/ipv6_route by Thomas Graf · 12 years ago
  58. 62b1a8a net: remove skb_orphan_try() by Eric Dumazet · 12 years ago
  59. 81aded2 ipv6: Handle PMTU in ICMP error handlers. by David S. Miller · 12 years ago
  60. 3639339 ipv4: Handle PMTU in all ICMP error handlers. by David S. Miller · 12 years ago
  61. b532ff2 Merge tag 'sound-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 12 years ago
  62. fea7c78 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 12 years ago
  63. 211c17a Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 12 years ago
  64. ec8eb9ae Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by John W. Linville · 12 years ago
  65. 1f7e010 Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by John W. Linville · 12 years ago
  66. 43b03f1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  67. 380622e Merge branches 'sh/urgent', 'sh/core', 'sh/clockevents', 'sh/asm-generic' and 'sh/trivial' into sh-fixes-for-linus by Paul Mundt · 12 years ago
  68. 95603e2 net-next: add dev_loopback_xmit() to avoid duplicate code by Michel Machado · 12 years ago
  69. 4a5a14d usbnet: remove flag of EVENT_DEV_WAKING by tom.leiming@gmail.com · 12 years ago
  70. 5ee31c68 bonding: Fix corrupted queue_mapping by Eric Dumazet · 12 years ago
  71. d0daebc3 ipv4: Add interface option to enable routing of 127.0.0.0/8 by Thomas Graf · 12 years ago
  72. 5aa04d3 Merge branch 'master' of git://1984.lsi.us.es/net by David S. Miller · 12 years ago
  73. 0440507 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 12 years ago
  74. fe45616 drm: increase DRM_OBJECT_MAX_PROPERTY to 24 by Paulo Zanoni · 12 years ago
  75. 55afaba inet: Fix BUG triggered by __rt{,6}_get_peer(). by David S. Miller · 12 years ago
  76. 9136461 net: keep name_hlist close to name by Eric Dumazet · 12 years ago
  77. 67da255 Merge branch 'master' of git://1984.lsi.us.es/net-next by David S. Miller · 12 years ago
  78. 2e486868 Merge tag 'nfc-next-3.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/nfc-3.0 by John W. Linville · 12 years ago
  79. 7b34ca2 inet: Avoid potential NULL peer dereference. by David S. Miller · 12 years ago
  80. 8e77327 inet: Add inetpeer tree roots to the FIB tables. by David S. Miller · 12 years ago
  81. b48c80ece inet: Add family scope inetpeer flushes. by David S. Miller · 12 years ago
  82. 4651700 ipv4: Kill ip_rt_frag_needed(). by David S. Miller · 12 years ago
  83. 97bab73 inet: Hide route peer accesses behind helpers. by David S. Miller · 12 years ago
  84. c5d21c4 net: Reorder initialization in ip_route_output to fix gcc warning by Roland Dreier · 12 years ago
  85. 3777808 bug.h: need linux/kernel.h for TAINT_WARN. by Paul Mundt · 12 years ago
  86. 8876d6b net: Make linux/tcp.h C++ friendly (trivial) by Paul Pluzhnikov · 12 years ago
  87. c0efc88 inet: Pass inetpeer root into inet_getpeer*() interfaces. by David S. Miller · 12 years ago
  88. 56a6b24 inet: Consolidate inetpeer_invalidate_tree() interfaces. by David S. Miller · 12 years ago
  89. c3426b4 inet: Initialize per-netns inetpeer roots in net/ipv{4,6}/route.c by David S. Miller · 12 years ago
  90. 2397849 [PATCH] tcp: Cache inetpeer in timewait socket, and only when necessary. by David S. Miller · 12 years ago
  91. d13e141 mac80211: add some missing kernel-doc by Johannes Berg · 12 years ago
  92. 4670fd8 tcp: Get rid of inetpeer special cases. by David S. Miller · 12 years ago
  93. fbfe95a inet: Create and use rt{,6}_get_peer_create(). by David S. Miller · 12 years ago
  94. 1c2e004 Bluetooth: Add support for encryption key refresh by Johan Hedberg · 12 years ago
  95. 7249450 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  96. 7123aaa af_unix: speedup /proc/net/unix by Eric Dumazet · 12 years ago
  97. 54db0cc inetpeer: add parameter net for inet_getpeer_v4,v6 by Gao feng · 12 years ago
  98. c8a627e inetpeer: add namespace support for inetpeer by Gao feng · 12 years ago
  99. 106544d Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  100. 03d8f54 Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 12 years ago