1. 5f8e1e8 net: cacheline adjust struct inet_frags for better frag performance by Jesper Dangaard Brouer · 12 years ago
  2. cd39a78 net: cacheline adjust struct netns_frags for better frag performance by Jesper Dangaard Brouer · 12 years ago
  3. 08433ef net neigh: Optimize neighbor entry size calculation. by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  4. 7ab59dc drivers/net/phy/micrel_phy: Add support for new PHYs by David J. Choi · 12 years ago
  5. 5fbee84 netpoll: add RCU annotation to npinfo field by Cong Wang · 12 years ago
  6. ce4a600 Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next by David S. Miller · 12 years ago
  7. 2bf3440 can: rework skb reserved data handling by Oliver Hartkopp · 12 years ago
  8. 4205e6e 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
  9. cef401d net: fix possible wrong checksum generation by Eric Dumazet · 12 years ago
  10. 6155002 Merge branch 'for-davem' of git://gitorious.org/linux-can/linux-can-next by David S. Miller · 12 years ago
  11. 0e36cbb net: add RCU annotation to sk_dst_cache field by Cong Wang · 12 years ago
  12. cec771d decnet: use correct RCU API to deref sk_dst_cache field by Cong Wang · 12 years ago
  13. a1b1add gro: Fix kcalloc argument order by Joe Perches · 12 years ago
  14. b640bee Merge branch 'master' of git://1984.lsi.us.es/nf-next by David S. Miller · 12 years ago
  15. e6afa00 can: gw: indicate and count deleted frames due to misconfiguration by Oliver Hartkopp · 12 years ago
  16. d904d3e can: gw: make routing to the incoming CAN interface configurable by Oliver Hartkopp · 12 years ago
  17. 156c2bb can: add private data space for CAN sk_buffs by Oliver Hartkopp · 12 years ago
  18. a1ef7bd can: rename LED trigger name on netdev renames by Kurt Van Dijck · 12 years ago
  19. bf03a53 can: export a safe netdev_priv wrapper for candev by Kurt Van Dijck · 12 years ago
  20. 996a953 can: add tx/rx LED trigger support by Fabio Baltieri · 12 years ago
  21. 93b9c1d Merge branch 'testing' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 12 years ago
  22. 5ba2495 soreuseport: TCP/IPv6 implementation by Tom Herbert · 12 years ago
  23. da5e363 soreuseport: TCP/IPv4 implementation by Tom Herbert · 12 years ago
  24. 055dc21 soreuseport: infrastructure by Tom Herbert · 12 years ago
  25. c296bb4 netfilter: nf_conntrack: refactor l4proto support for netns by Gao feng · 12 years ago
  26. 6330750 netfilter: nf_conntrack: refactor l3proto support for netns by Gao feng · 12 years ago
  27. 04d8700 netfilter: nf_ct_proto: move initialization out of pernet_operations by Gao feng · 12 years ago
  28. 5f69b8f netfilter: nf_ct_labels: move initialization out of pernet_operations by Gao feng · 12 years ago
  29. 5e615b2 netfilter: nf_ct_helper: move initialization out of pernet_operations by Gao feng · 12 years ago
  30. 8684094 netfilter: nf_ct_timeout: move initialization out of pernet_operations by Gao feng · 12 years ago
  31. 3fe0f94 netfilter: nf_ct_ecache: move initialization out of pernet_operations by Gao feng · 12 years ago
  32. 73f4001 netfilter: nf_ct_tstamp: move initialization out of pernet_operations by Gao feng · 12 years ago
  33. b7ff3a1 netfilter: nf_ct_acct: move initialization out of pernet_operations by Gao feng · 12 years ago
  34. 83b4dbe netfilter: nf_ct_expect: move initialization out of pernet_operations by Gao feng · 12 years ago
  35. f94161c netfilter: nf_conntrack: move initialization out of pernet operations by Gao feng · 12 years ago
  36. 066433a Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by John W. Linville · 12 years ago
  37. 7e58d5a virtio-net: introduce a new control to set macaddr by Amos Kong · 12 years ago
  38. fa0879e net: split eth_mac_addr for better error handling by Stefan Hajnoczi · 12 years ago
  39. 660b26d mcast: add multicast proxy support (IPv4 and IPv6) by Nicolas Dichtel · 12 years ago
  40. bbb923a mcast: define and use MRT[6]_MAX in ip[6]_mroute_opt() by Nicolas Dichtel · 12 years ago
  41. 2576f17 ipv6: Unshare ip6_nd_hdr() and change return type to void. by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  42. c558e9f ndisc: Move ndisc_opt_addr_space() to include/net/ndisc.h. by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  43. 8a454ab netfilter: add missing xt_connlabel.h header in installation by Pablo Neira Ayuso · 12 years ago
  44. e7db3cb netfilter: add missing xt_bpf.h header in installation by Pablo Neira Ayuso · 12 years ago
  45. e6f30c7 netfilter: x_tables: add xt_bpf match by Willem de Bruijn · 12 years ago
  46. 02bfd8e xfrm: Remove unused defines by Steffen Klassert · 12 years ago
  47. d164156 ipv6: Optimize ipv6_addr_is_ll_all_{nodes,routers}(). by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  48. 9d10077 ipv6: Optimize ipv6_addr_is_solict_mult(). by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  49. ca97a64 ipv6: Introduce ipv6_addr_is_solict_mult() to check Solicited Node Multicast Addresses. by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  50. b27b28c ipv6: Make ipv6_addr_is_XXX() return boolean. by YOSHIFUJI Hideaki · 12 years ago
  51. 12fd84f ipv6: Remove unused neigh argument for icmp6_dst_alloc() and its callers. by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  52. 887c95c ipv6: Complete neighbour entry removal from dst_entry. by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  53. 9bb5a14 ipv6: Introduce rt6_nexthop() to select nexthop address. by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  54. ac3175f ndisc: Introduce __ipv6_neigh_lookup_noref(). by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  55. 8e022ee ndisc: Remove tbl argument for __ipv6_neigh_lookup(). by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  56. 9b21f6a netfilter: ctnetlink: allow userspace to modify labels by Florian Westphal · 12 years ago
  57. 0ceabd8 netfilter: ctnetlink: deliver labels to userspace by Florian Westphal · 12 years ago
  58. c539f01 netfilter: add connlabel conntrack extension by Florian Westphal · 12 years ago
  59. 7266507 netfilter: nf_ct_sip: support Cisco 7941/7945 IP phones by Kevin Cernekee · 12 years ago
  60. 512613d ipv6: fix ipv6_prefix_equal64_half mask conversion by Fabio Baltieri · 12 years ago
  61. c2a9366 net: increase fragment memory usage limits by Jesper Dangaard Brouer · 12 years ago
  62. d59577b sk-filter: Add ability to lock a socket filter program by Vincent Bernat · 12 years ago
  63. 07f623d ipv6: Fix endianess warning in ip6_flow_hdr(). by YOSHIFUJI Hideaki · 12 years ago
  64. 11c4a07 cfg80211: check radar interface combinations by Simon Wunderlich · 12 years ago
  65. cee00a9 cfg80211: Allow use_mfp to be specified with the connect command by Jouni Malinen · 12 years ago
  66. 1c18f14 nl80211: allow user-space to set address for P2P_DEVICE by Arend van Spriel · 12 years ago
  67. 3b1c5a5 {cfg,nl}80211: mesh power mode primitives and userspace access by Marco Porsch · 12 years ago
  68. 9bdbf04 {cfg,nl,mac}80211: set beacon interval and DTIM period on mesh join by Marco Porsch · 12 years ago
  69. 8f21b0a mac80211: call restart complete at wowlan resume time by Johannes Berg · 12 years ago
  70. 0ae997d {cfg,mac}80211.h: fix some kernel-doc warnings by Yacine Belkadi · 12 years ago
  71. 4b87f92 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  72. 47fb3a2 Merge branch 'master' of git://1984.lsi.us.es/nf by David S. Miller · 12 years ago
  73. 5dbbaf2 tun: fix LSM/SELinux labeling of tun/tap devices by Paul Moore · 12 years ago
  74. f9a8f83 net: phy: remove flags argument from phy_{attach, connect, connect_direct} by Florian Fainelli · 12 years ago
  75. 6bf2e54 bcma: fix bcm4716/bcm4748 i2s irqflag by Nathan Hintz · 12 years ago
  76. c1b5273 pkt_sched: namespace aware act_mirred by Benjamin LaHaise · 12 years ago
  77. 50c2f5e Merge tag 'nfc-next-3.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/nfc-next by John W. Linville · 12 years ago
  78. 6059283 ipv6 netevent: Remove old_neigh from netevent_redirect. by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  79. 9bbcbad Merge tag 'sound-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 12 years ago
  80. 3867517 ipv6: 64bit version of ipv6_prefix_equal(). by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  81. 2ef9733 ipv6: Remove __ipv6_prefix_equal(). by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  82. 5206c57 ipv6: 64bit version of ipv6_addr_set(). by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  83. a04d40b ipv6: 64bit version of ipv6_addr_v4mapped(). by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  84. e287656 ipv6: 64bit version of ipv6_addr_loopback(). by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  85. 9f2e733 ipv6: 64bit version of ipv6_addr_diff(). by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  86. 3441f0d Merge tag 'driver-core-3.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 12 years ago
  87. 6843cc0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 12 years ago
  88. d3710e7 NFC: Change nfc.h license by Lauro Ramos Venancio · 12 years ago
  89. 0c0280b wireless: make the reg_notifier() void by Luis R. Rodriguez · 12 years ago
  90. 25d46f4 ipv6: Move comment to right place. by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  91. dd3332b ipv6: Store Router Alert option in IP6CB directly. by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  92. daad151 ipv6: Make ipv6_is_mld() inline and use it from ip6_mc_input(). by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  93. e721985 ipv6: Use ipv6_get_dsfield() instead of ipv6_tclass(). by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  94. 6502ca5 ipv6: Introduce ip6_flowinfo() to extract flowinfo (tclass + flowlabel). by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  95. 3e4e4c1 ipv6: Introduce ip6_flow_hdr() to fill version, tclass and flowlabel. by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  96. 1e47ee8 netfilter: nf_conntrack: fix BUG_ON while removing nf_conntrack with netns by Pablo Neira Ayuso · 12 years ago
  97. d07d750 net, wireless: overwrite default_ethtool_ops by Stanislaw Gruszka · 12 years ago
  98. c727b4c Merge branch 'akpm' (incoming fixes from Andrew) by Linus Torvalds · 12 years ago
  99. 3cb7a56 lib/rbtree.c: avoid the use of non-static __always_inline by Michel Lespinasse · 12 years ago
  100. 8fb74b9 mm: compaction: partially revert capture of suitable high-order page by Mel Gorman · 12 years ago