1. 0ffb01d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  2. 4e4f1fc tcp: properly increase rcv_ssthresh for ofo packets by Eric Dumazet · 11 years ago
  3. 16edfe7 tcp: fix no cwnd growth after timeout by Yuchung Cheng · 11 years ago
  4. 5ffd5cd net: netlink: filter particular protocols from analyzers by Daniel Borkmann · 11 years ago
  5. 2e515bf Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 11 years ago
  6. 22e04f6 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 11 years ago
  7. cc998ff Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  8. 0d40f75 openvswitch: Fix alignment of struct sw_flow_key. by Jesse Gross · 11 years ago
  9. 06c5405 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  10. 1a5bbfc netfilter: Fix build errors with xt_socket.c by David S. Miller · 11 years ago
  11. e2e5c4c tcp: Add missing braces to do_tcp_setsockopt by Dave Jones · 11 years ago
  12. 0c1db73 caif: Add missing braces to multiline if in cfctrl_linkup_request by Dave Jones · 11 years ago
  13. b55b76b ipv6:introduce function to find route for redirect by Duan Jiong · 11 years ago
  14. 3c3769e bridge: apply multicast snooping to IPv6 link-local, too by Linus Lüssing · 11 years ago
  15. 8fad9c39 bridge: prevent flooding IPv6 packets that do not have a listener by Linus Lüssing · 11 years ago
  16. 27703bb Merge tag 'PTR_RET-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 11 years ago
  17. b4af8de net: ipv6: mld: introduce mld_{gq, ifc, dad}_stop_timer functions by Daniel Borkmann · 11 years ago
  18. 2b7c121 net: ipv6: mld: refactor query processing into v1/v2 functions by Daniel Borkmann · 11 years ago
  19. cc7f7ab net: ipv6: mld: similarly to MLDv2 have min max_delay of 1 by Daniel Borkmann · 11 years ago
  20. 58c0ecf net: ipv6: mld: implement RFC3810 MLDv2 mode only by Daniel Borkmann · 11 years ago
  21. e3f5b17 net: ipv6: mld: get rid of MLDV2_MRC and simplify calculation by Daniel Borkmann · 11 years ago
  22. 6c567b7 net: ipv6: mld: clean up MLD_V1_SEEN macro by Daniel Borkmann · 11 years ago
  23. 89225d1 net: ipv6: mld: fix v1/v2 switchback timeout to rfc3810, 9.12. by Daniel Borkmann · 11 years ago
  24. 3a1c756 net: ipv6: tcp: fix potential use after free in tcp_v6_do_rcv by Daniel Borkmann · 11 years ago
  25. 52f20e6 tcp: better comments for RTO initiallization by Yuchung Cheng · 11 years ago
  26. 25a6e6b ipv6: Don't depend on per socket memory for neighbour discovery messages by Thomas Graf · 11 years ago
  27. 639739b ipv6: fix null pointer dereference in __ip6addrlbl_add by Hannes Frederic Sowa · 11 years ago
  28. c08751c net: sctp: Fix data chunk fragmentation for MTU values which are not multiple of 4 by Alexander Sverdlin · 11 years ago
  29. 48f8e0a Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 11 years ago
  30. 1205e1f netfilter: xt_TCPMSS: correct return value in tcpmss_mangle_packet by Phil Oester · 11 years ago
  31. 7cc9eb6 netfilter: SYNPROXY: let unrelated packets continue by Jesper Dangaard Brouer · 11 years ago
  32. f4de4c8 netfilter: synproxy_core: fix warning in __nf_ct_ext_add_length() by Patrick McHardy · 11 years ago
  33. 775ada6 netfilter: more strict TCP flag matching in SYNPROXY by Jesper Dangaard Brouer · 11 years ago
  34. efd15f5 Merge branch 'master' into for-3.12/upstream by Jiri Kosina · 11 years ago
  35. c995ae2 tcp: Change return value of tcp_rcv_established() by Vijay Subramanian · 11 years ago
  36. cc8c6c1 net: tcp_probe: adapt tbuf size for recent changes by Daniel Borkmann · 11 years ago
  37. 80aa4e1 x25: add a sanity check parsing X.25 facilities by Dan Carpenter · 11 years ago
  38. 82476b3 net: correctly interlink lower/upper devices by Veaceslav Falico · 11 years ago
  39. ea23192 tunnels: harmonize cleanup done on skb on rx path by Nicolas Dichtel · 11 years ago
  40. 963a88b tunnels: harmonize cleanup done on skb on xmit path by Nicolas Dichtel · 11 years ago
  41. 8b27f27 skb: allow skb_scrub_packet() to be used by tunnels by Nicolas Dichtel · 11 years ago
  42. 1179618 vxlan: remove net arg from vxlan[6]_xmit_skb() by Nicolas Dichtel · 11 years ago
  43. 8b7ed2d iptunnels: remove net arg from iptunnel_xmit() by Nicolas Dichtel · 11 years ago
  44. 1372a29 wireless: scan: Remove comment to compare_ether_addr by Joe Perches · 11 years ago
  45. c3923b7 batman: Remove reference to compare_ether_addr by Joe Perches · 11 years ago
  46. 951fd87 llc: Use normal etherdevice.h tests by Joe Perches · 11 years ago
  47. 13c7bf0 ipv6: ipv6_create_tempaddr cleanup by Petr Holasek · 11 years ago
  48. 61e76b1 ICMPv6: treat dest unreachable codes 5 and 6 as EACCES, not EPROTO by Jiri Bohac · 11 years ago
  49. c12a224 Merge branch 'for-davem' of git://gitorious.org/linux-can/linux-can-next by David S. Miller · 11 years ago
  50. e7abfe4 Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next by David S. Miller · 11 years ago
  51. b1b7207 net: sctp: probe: allow more advanced ingress filtering by mark by Daniel Borkmann · 11 years ago
  52. 3e25c65 net: neighbour: Remove CONFIG_ARPD by Tim Gardner · 11 years ago
  53. 32dad03 Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 11 years ago
  54. 2fcc800 net: dsa: inherit addr_assign_type along with dev_addr by Bjørn Mork · 11 years ago
  55. 6b93f4a net: vlan: inherit addr_assign_type along with dev_addr by Bjørn Mork · 11 years ago
  56. 542a086 Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 11 years ago
  57. 5a17a39 net: make snmp_mib_free static inline by Cong Wang · 11 years ago
  58. eb3c0d8 net: unify skb_udp_tunnel_segment() and skb_udp6_tunnel_segment() by Cong Wang · 11 years ago
  59. d949d82 ipv6: Add generic UDP Tunnel segmentation by Cong Wang · 11 years ago
  60. f564f45 vxlan: add ipv6 proxy support by Cong Wang · 11 years ago
  61. f39dc10 ipv6: move in6_dev_finish_destroy() into core kernel by Cong Wang · 11 years ago
  62. e15a00a vxlan: add ipv6 route short circuit support by Cong Wang · 11 years ago
  63. e4c7ed4 vxlan: add ipv6 support by Cong Wang · 11 years ago
  64. caf92bc ipv6: do not call ndisc_send_rs() with write lock by Cong Wang · 11 years ago
  65. 034dfc5 ipv6: export in6addr_loopback to modules by Cong Wang · 11 years ago
  66. 5f81bd2 ipv6: export a stub for IPv6 symbols used by vxlan by Cong Wang · 11 years ago
  67. 788787b ipv6: move ip6_local_out into core kernel by Cong Wang · 11 years ago
  68. 3ce9b35 ipv6: move ip6_dst_hoplimit() into core kernel by Cong Wang · 11 years ago
  69. 34aedd3 qdisc: fix build with !CONFIG_NET_SCHED by stephen hemminger · 11 years ago
  70. d2a7f26 qdisc: make args to qdisc_create_default const by stephen hemminger · 11 years ago
  71. 6da7c8f qdisc: allow setting default queuing discipline by stephen hemminger · 11 years ago
  72. a878764 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  73. 2d98c29 net: bridge: convert MLDv2 Query MRC into msecs_to_jiffies for max_delay by Daniel Borkmann · 11 years ago
  74. 702821f net: revert 8728c544a9c ("net: dev_pick_tx() fix") by Eric Dumazet · 11 years ago
  75. 25ad611 Revert "ipv6: Don't depend on per socket memory for neighbour discovery messages" by David S. Miller · 11 years ago
  76. 816c5b5 ipv6: Remove redundant sk variable by Thomas Graf · 11 years ago
  77. 737e828 ipv4 tunnels: fix an oops when using ipip/sit with IPsec by Li Hongjun · 11 years ago
  78. 2c8d851 tipc: set sk_err correctly when connection fails by Erik Hugne · 11 years ago
  79. eb8895d tcp: tcp_make_synack() should use sock_wmalloc by Phil Oester · 11 years ago
  80. cc0fdd8 bridge: separate querier and query timer into IGMP/IPv4 and MLD/IPv6 ones by Linus Lüssing · 11 years ago
  81. 1b7fdd2 tcp: do not use cached RTT for RTT estimation by Yuchung Cheng · 11 years ago
  82. 08f89b9 pkt_sched: fq: prefetch() fix by Eric Dumazet · 11 years ago
  83. afe4fd0 pkt_sched: fq: Fair Queue packet scheduler by Eric Dumazet · 11 years ago
  84. 391ac12 can: gw: add a per rule limitation of frame hops by Oliver Hartkopp · 11 years ago
  85. f55d112e net: packet: use reciprocal_divide in fanout_demux_hash by Daniel Borkmann · 11 years ago
  86. 5df0ddf net: packet: add randomized fanout scheduler by Daniel Borkmann · 11 years ago
  87. 48311f4 net: add netdev_upper_get_next_dev_rcu(dev, iter) by Veaceslav Falico · 11 years ago
  88. 620f318 net: remove search_list from netdev_adjacent by Veaceslav Falico · 11 years ago
  89. 5d26191 net: add lower_dev_list to net_device and make a full mesh by Veaceslav Falico · 11 years ago
  90. aa9d856 net: rename netdev_upper to netdev_adjacent by Veaceslav Falico · 11 years ago
  91. 79f9ab7 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec by David S. Miller · 11 years ago
  92. 1f324e3 ipv6: Don't depend on per socket memory for neighbour discovery messages by Thomas Graf · 11 years ago
  93. c27c932 ipv4: sendto/hdrincl: don't use destination address found in header by Chris Clark · 11 years ago
  94. 7613f5f net: sctp: sctp_verify_init: clean up mandatory checks and add comment by Daniel Borkmann · 11 years ago
  95. 95bd09e tcp: TSO packets automatic sizing by Eric Dumazet · 11 years ago
  96. b800c3b ipv6: drop fragmented ndisc packets by default (RFC 6980) by Hannes Frederic Sowa · 11 years ago
  97. fd09480 bridge: inherit slave devices needed_headroom by Florian Fainelli · 11 years ago
  98. e3e1202 tcp: don't apply tsoffset if rcv_tsecr is zero by Andrew Vagin · 11 years ago
  99. c7781a6 tcp: initialize rcv_tstamp for restored sockets by Andrew Vagin · 11 years ago
  100. 0d8165e 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