1. 959327c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  2. f84ea77 caif: Replace BUG_ON with WARN_ON. by Roar Førde · 13 years ago
  3. 005b0b0 caif: Bad assert triggering false positive. by sjur.brandeland@stericsson.com · 13 years ago
  4. 87a1157 ipv6: Move xfrm_lookup() call down into icmp6_dst_alloc(). by David S. Miller · 13 years ago
  5. 8f03151 ipv6: Make third arg to anycast_dst_alloc() bool. by David S. Miller · 13 years ago
  6. 68109090 net: Silence seq_scale() unused warning by Stephen Boyd · 13 years ago
  7. 8ef874b sock_diag: Move the sock_ code to net/core/ by Pavel Emelyanov · 13 years ago
  8. a029fe2 inet_diag: Cleanup type2proto last user by Pavel Emelyanov · 13 years ago
  9. d23deaa inet_diag: Introduce socket family checks by Pavel Emelyanov · 13 years ago
  10. 25c4cd2 inet_diag: Switch the _dump to work with new header by Pavel Emelyanov · 13 years ago
  11. fe50ce2 inet_diag: Switch the _get_exact to work with new header by Pavel Emelyanov · 13 years ago
  12. 126fdc3 inet_diag: Introduce new inet_diag_req header by Pavel Emelyanov · 13 years ago
  13. d366477 sock_diag: Initial skeleton by Pavel Emelyanov · 13 years ago
  14. f13c95f inet_diag: Switch from _GETSOCK to IPPROTO_ numbers by Pavel Emelyanov · 13 years ago
  15. 37f352b inet_diag: Move byte-code finding up the call-stack by Pavel Emelyanov · 13 years ago
  16. 8d34172 sock_diag: Introduce new message type by Pavel Emelyanov · 13 years ago
  17. 7f1fb60 inet_diag: Partly rename inet_ to sock_ by Pavel Emelyanov · 13 years ago
  18. 9e998a7 Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next by David S. Miller · 13 years ago
  19. 99b53bd ipv4:correct description for tcp_max_syn_backlog by Peter Pan(潘卫平) · 13 years ago
  20. f0a98ae openvswitch: small potential memory leak in ovs_vport_alloc() by Dan Carpenter · 13 years ago
  21. d39aeaf Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 13 years ago
  22. 40e4783 ipv4: arp: Cleanup in arp.c by Igor Maravic · 13 years ago
  23. 0a5912d tcp: remove TCP_OFF and TCP_PAGE macros by Eric Dumazet · 13 years ago
  24. b474ae7 bql: fix CONFIG_XPS=n build by Eric Dumazet · 13 years ago
  25. 4fa48bf tcp: fix tcp_trim_head() by Eric Dumazet · 13 years ago
  26. 7d31130 caif: Stash away hijacked skb destructor and call it later by sjur.brandeland@stericsson.com · 13 years ago
  27. 0e4c7d8 caif: Add support for flow-control on device's tx-queue by sjur.brandeland@stericsson.com · 13 years ago
  28. 7ad65bf caif: Add support for CAIF over CDC NCM USB interface by sjur.brandeland@stericsson.com · 13 years ago
  29. 2721745 net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}. by David Miller · 13 years ago
  30. 321f3b8 Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by David S. Miller · 13 years ago
  31. de398fb ipv4: Fix peer validation on cached lookup. by David S. Miller · 13 years ago
  32. cbec062 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
  33. 761965e tcp: tcp_sendmsg() page recycling by Eric Dumazet · 13 years ago
  34. 117632e tcp: take care of misalignments by Eric Dumazet · 13 years ago
  35. fdf5af0 tcp: drop SYN+FIN messages by Eric Dumazet · 13 years ago
  36. 78a8a36 Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitch by David S. Miller · 13 years ago
  37. 04a6f44 ipv6: Kill ndisc_get_neigh() inline helper. by David S. Miller · 13 years ago
  38. 3830847 ipv6: Various cleanups in route.c by David S. Miller · 13 years ago
  39. 507c9b1 ipv6: Various cleanups in ip6_route.c by David S. Miller · 13 years ago
  40. ccb1352 net: Add Open vSwitch kernel components. by Jesse Gross · 13 years ago
  41. 75f2811 ipv6: Add fragment reporting to ipv6_skip_exthdr(). by Jesse Gross · 13 years ago
  42. 396cf94 vlan: Move vlan_set_encap_proto() to vlan header file by Pravin B Shelar · 13 years ago
  43. 86b1309 genetlink: Add lockdep_genl_is_held(). by Pravin B Shelar · 13 years ago
  44. 263ba61 genetlink: Add genl_notify() by Pravin B Shelar · 13 years ago
  45. f61759e ipv4: make sure RTO_ONLINK is saved in routing cache by Julian Anastasov · 13 years ago
  46. d7a4858 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 13 years ago
  47. 340e8dc atm: clip: Remove code commented out since eternity. by David S. Miller · 13 years ago
  48. b361311 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  49. 5983fe2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 13 years ago
  50. 3ced1be netfilter: Remove ADVANCED dependency from NF_CONNTRACK_NETBIOS_NS by David S. Miller · 13 years ago
  51. d01ff0a ipv4: flush route cache after change accept_local by Peter Pan(潘卫平) · 13 years ago
  52. 1ee5fa1 sch_red: fix red_change by Eric Dumazet · 13 years ago
  53. d984e61 dccp: Fix compile warning in probe code. by David S. Miller · 13 years ago
  54. 59c2cda Revert "udp: remove redundant variable" by David S. Miller · 13 years ago
  55. b03b6dd bridge: master device stuck in no-carrier state forever when in user-stp mode by Vitalii Demianets · 13 years ago
  56. efbc368 ipv4: Perform peer validation on cached route lookup. by David S. Miller · 13 years ago
  57. 84f9307 ipv4: use a 64bit load/store in output path by Eric Dumazet · 13 years ago
  58. 898f735 dccp: Evaluate ip_hdr() only once in dccp_v4_route_skb(). by David S. Miller · 13 years ago
  59. b536db9 net: net_device flags is an unsigned int by Eric Dumazet · 13 years ago
  60. fc33cc7 netem: fix build error on 32bit arches by Eric Dumazet · 13 years ago
  61. 03360c5 Revert "mac80211: clear sta.drv_priv on reconfiguration" by John W. Linville · 13 years ago
  62. 8f89148 net/core: fix rollback handler in register_netdevice_notifier by RongQing.Li · 13 years ago
  63. e977b4c caif: Remove unused enum and parameter in cfserl by sjur.brandeland@stericsson.com · 13 years ago
  64. 7c18d22 caif: Restructure how link caif link layer enroll by sjur.brandeland@stericsson.com · 13 years ago
  65. 200c5a3 caif: Allow cfpkt_extr_head to process empty message by sjur.brandeland@stericsson.com · 13 years ago
  66. 7bc0f28 netem: rate extension by Hagen Paul Pfeifer · 13 years ago
  67. 99d2f47 ipv6 : mcast : Delete useless parameter in ip6_mc_add1_src() by Jun Zhao · 13 years ago
  68. 5eb81e89 ipv4 : igmp : Delete useless parameter in ip_mc_add1_src() by Jun Zhao · 13 years ago
  69. 32092ec atm: clip: Use device neigh support on top of "arp_tbl". by David Miller · 13 years ago
  70. da6a8fa neigh: Add device constructor/destructor capability. by David Miller · 13 years ago
  71. 869759b atm: clip: Convert over to neighbour_priv() by David Miller · 13 years ago
  72. 76cc714 neigh: Do not set tbl->entry_size in ipv4/ipv6 neigh tables. by David Miller · 13 years ago
  73. 596b9b6 neigh: Add infrastructure for allocating device neigh privates. by David Miller · 13 years ago
  74. 5b8b006 neigh: Get rid of neigh_table->kmem_cachep by David Miller · 13 years ago
  75. 218fa90 ipv4: fix lockdep splat in rt_cache_seq_show by Eric Dumazet · 13 years ago
  76. f7e5704 sch_teql: fix lockdep splat by Eric Dumazet · 13 years ago
  77. d8a6e65 tcp: inherit listener congestion control for passive cnx by Eric Dumazet · 13 years ago
  78. 24bf330 nfc: Remove function tracer like entry messages by Joe Perches · 13 years ago
  79. 538af13 nfc: Remove unused nfc_printk and nfc_<level> macros by Joe Perches · 13 years ago
  80. 20c239c nfc: Convert nfc_dbg to pr_debug by Joe Perches · 13 years ago
  81. ed1e0ad nfc: Use standard logging styles by Joe Perches · 13 years ago
  82. c8c3c6a mac80211: remove unused function declaration by Mohammed Shafi Shajakhan · 13 years ago
  83. e76aadc mac80211: revert on-channel work optimisations by Johannes Berg · 13 years ago
  84. 98ef55f6 net: rfkill: convert net/rfkill/* to use module_platform_driver() by Axel Lin · 13 years ago
  85. c72e8d3 mac80211: fill rate filter for internal scan requests by Simon Wunderlich · 13 years ago
  86. 0bac71a cfg80211: amend regulatory NULL dereference fix by Luis R. Rodriguez · 13 years ago
  87. a042994 cfg80211: fix race on init and driver registration by Luis R. Rodriguez · 13 years ago
  88. 3b95e9c 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
  89. e92036a ipv4: remove useless codes in ipmr_device_event() by RongQing.Li · 13 years ago
  90. 6977a79 net: Fix skb_update_prio RCU usage. by Igor Maravic · 13 years ago
  91. 1281bc2 netlabel: Fix build problems when IPv6 is not enabled by Paul Moore · 13 years ago
  92. c89304b sctp: better integer overflow check in sctp_auth_create_key() by Xi Wang · 13 years ago
  93. 2bcc34b sch_choke: use skb_flow_dissect() by Eric Dumazet · 13 years ago
  94. 11fca93 sch_sfq: use skb_flow_dissect() by Eric Dumazet · 13 years ago
  95. f07d960 tcp: avoid frag allocation for small frames by Eric Dumazet · 13 years ago
  96. 4d77d2b flow_dissector: use a 64bit load/store by Eric Dumazet · 13 years ago
  97. 114cf58 bql: Byte queue limits by Tom Herbert · 13 years ago
  98. 927fbec xps: Add xps_queue_release function by Tom Herbert · 13 years ago
  99. 73466498 net: Add queue state xoff flag for stack by Tom Herbert · 13 years ago
  100. c1baa88 Merge branch 'nf' of git://1984.lsi.us.es/net by David S. Miller · 13 years ago