1. cdcc5e9 ipvs: always update some of the flags bits in backup by Julian Anastasov · 13 years ago
  2. 882a844 ipvs: fix ip_vs_try_bind_dest to rebind app and transmitter by Julian Anastasov · 13 years ago
  3. 06611f8 ipvs: remove check for IP_VS_CONN_F_SYNC from ip_vs_bind_dest by Julian Anastasov · 13 years ago
  4. 82cfc06 ipvs: ignore IP_VS_CONN_F_NOOUTPUT in backup server by Julian Anastasov · 13 years ago
  5. 9615e61e ipvs: use GFP_KERNEL allocation where possible by Sasha Levin · 13 years ago
  6. d6318f0 ipvs: SH scheduler does not need GFP_ATOMIC allocation by Julian Anastasov · 13 years ago
  7. 45d4e71 ipvs: LBLCR scheduler does not need GFP_ATOMIC allocation on init by Julian Anastasov · 13 years ago
  8. 4f2a94d ipvs: WRR scheduler does not need GFP_ATOMIC allocation by Julian Anastasov · 13 years ago
  9. 4beddbe ipvs: DH scheduler does not need GFP_ATOMIC allocation by Julian Anastasov · 13 years ago
  10. 748d845 ipvs: LBLC scheduler does not need GFP_ATOMIC allocation on init by Julian Anastasov · 13 years ago
  11. 41cff6d ipvs: timeout tables do not need GFP_ATOMIC allocation by Julian Anastasov · 13 years ago
  12. 4981682 netfilter: bridge: optionally set indev to vlan by Pablo Neira Ayuso · 13 years ago
  13. a900689 netfilter: nf_ct_helper: allow to disable automatic helper assignment by Eric Leblond · 13 years ago
  14. 031d770 netfilter: nf_ct_ecache: refactor notifier registration by Tony Zelenoff · 13 years ago
  15. 0d6c4a2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  16. 3a084dd net: IP_MULTICAST_IF setsockopt now recognizes struct mreq by Jiri Pirko · 13 years ago
  17. ec47ea8 skb: Add inline helper for getting the skb end offset from head by Alexander Duyck · 13 years ago
  18. 3e24591 skb: Drop "fastpath" variable for skb_cloned check in pskb_expand_head by Alexander Duyck · 13 years ago
  19. 9202e31 skb: Drop bad code from pskb_expand_head by Alexander Duyck · 13 years ago
  20. bd14b1b tcp: be more strict before accepting ECN negociation by Eric Dumazet · 13 years ago
  21. 1704575 net: sched: factorize code (qdisc_drop()) by Eric Dumazet · 13 years ago
  22. c42f1d4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 13 years ago
  23. 3a7c1ee4 skb: Add skb_head_is_locked helper function by Alexander Duyck · 13 years ago
  24. 715dc1f net: Fix truesize accounting in skb_gro_receive() by Eric Dumazet · 13 years ago
  25. 34a802a tcp: move stats merge to the end of tcp_try_coalesce by Alexander Duyck · 13 years ago
  26. 57b55a7 tcp: Move code related to head frag in tcp_try_coalesce by Alexander Duyck · 13 years ago
  27. c73c3d9 tcp: Fix truesize accounting in tcp_try_coalesce by Alexander Duyck · 13 years ago
  28. 8c1ae10 net: Add missing linux/prefetch.h include to net/core/sock.c by David S. Miller · 13 years ago
  29. 2996d31 net: Stop decapitating clones that have a head_frag by Alexander Duyck · 13 years ago
  30. b081f85 net: implement tcp coalescing in tcp_queue_rcv() by Eric Dumazet · 13 years ago
  31. 923dd34 net: take care of cloned skbs in tcp_try_coalesce() by Eric Dumazet · 13 years ago
  32. b49960a tcp: change tcp_adv_win_scale and tcp_rmem[2] by Eric Dumazet · 13 years ago
  33. 84768ed net: l2tp: unlock socket lock before returning from l2tp_ip_sendmsg by Sasha Levin · 13 years ago
  34. 4fdcfa1 drop_monitor: prevent init path from scheduling on the wrong cpu by Neil Horman · 13 years ago
  35. 750ea2b tcp: early retransmit: delayed fast retransmit by Yuchung Cheng · 13 years ago
  36. eed530b tcp: early retransmit by Yuchung Cheng · 13 years ago
  37. 1fbc340 tcp: early retransmit: tcp_enter_recovery() by Yuchung Cheng · 13 years ago
  38. 076e777 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
  39. 116a0fc netem: fix possible skb leak by Eric Dumazet · 13 years ago
  40. e4ae004 netem: add ECN capability by Eric Dumazet · 13 years ago
  41. e4cbb02 net: add a prefetch in socket backlog processing by Eric Dumazet · 13 years ago
  42. 5dac94e l2tp: let iproute2 create L2TPv3 IP tunnels using IPv6 by James Chapman · 13 years ago
  43. a32e0ee l2tp: introduce L2TPv3 IP encapsulation support for IPv6 by Chris Elston · 13 years ago
  44. a495f83 ipv6: Export ipv6 functions for use by other protocols by Chris Elston · 13 years ago
  45. f9bac8d l2tp: netlink api for l2tpv3 ipv6 unmanaged tunnels by Chris Elston · 13 years ago
  46. 2121c3f l2tp: show IPv6 addresses in l2tp debugfs file by Chris Elston · 13 years ago
  47. b79585f l2tp: pppol2tp_connect() handles ipv6 sockaddr variants by James Chapman · 13 years ago
  48. c8657fd l2tp: remove unused stats from l2tp_ip socket by James Chapman · 13 years ago
  49. de3c7a1 l2tp: Use ip4_datagram_connect() in l2tp_ip_connect() by James Chapman · 13 years ago
  50. 5de7aee l2tp: fix locking of 64-bit counters for smp by James Chapman · 13 years ago
  51. b6d151b Merge branch 'tipc_net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by David S. Miller · 13 years ago
  52. 1d0c0b3 net: makes skb_splice_bits() aware of skb->head_frag by Eric Dumazet · 13 years ago
  53. 329033f tcp: makes tcp_try_coalesce aware of skb->head_frag by Eric Dumazet · 13 years ago
  54. d7e8883 net: make GRO aware of skb->head_frag by Eric Dumazet · 13 years ago
  55. d3836f2 net: allow skb->head to be a page fragment by Eric Dumazet · 13 years ago
  56. 617d3c7 tipc: compress out gratuitous extra carriage returns by Paul Gortmaker · 13 years ago
  57. 66f2c99 mac80211: fix AP mode EAP tx for VLAN stations by Felix Fietkau · 13 years ago
  58. 1cebce3 tcp: fix infinite cwnd in tcp_complete_cwr() by Yuchung Cheng · 13 years ago
  59. bb63f1f bridge: Fix fatal typo in setup of multicast_querier_expired by Herbert Xu · 13 years ago
  60. 5414fc1 Merge branch 'master' of git://1984.lsi.us.es/net by David S. Miller · 13 years ago
  61. d499bd2 l2tp: Add missing net/net/ip6_checksum.h include. by David S. Miller · 13 years ago
  62. cbbb344 SUNRPC: RPC client must use the current utsname hostname string by Trond Myklebust · 13 years ago
  63. 6cf5185 netfilter: xt_CT: fix wrong checking in the timeout assignment path by Pablo Neira Ayuso · 13 years ago
  64. 8537de8 ipvs: kernel oops - do_ip_vs_get_ctl by Hans Schillstrom · 13 years ago
  65. 582b8e3 ipvs: take care of return value from protocol init_netns by Hans Schillstrom · 13 years ago
  66. 4b984cd ipvs: null check of net->ipvs in lblc(r) shedulers by Hans Schillstrom · 13 years ago
  67. d2cf336 net/l2tp: add support for L2TP over IPv6 UDP by Benjamin LaHaise · 13 years ago
  68. d7f3f62 net/ipv6/udp: UDP encapsulation: introduce encap_rcv hook into IPv6 by Benjamin LaHaise · 13 years ago
  69. cb80ef4 net/ipv6/udp: UDP encapsulation: move socket locking into udpv6_queue_rcv_skb() by Benjamin LaHaise · 13 years ago
  70. f7ad74f net/ipv6/udp: UDP encapsulation: break backlog_rcv into __udpv6_queue_rcv_skb by Benjamin LaHaise · 13 years ago
  71. cb75a36 net: Fixed a coding style issue related to spaces. by Jeffrin Jose · 13 years ago
  72. 3885ca7 drop_monitor: Make updating data->skb smp safe by Neil Horman · 13 years ago
  73. cde2e9a drop_monitor: fix sleeping in invalid context warning by Neil Horman · 13 years ago
  74. 4dcc063 Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth by John W. Linville · 13 years ago
  75. ea8cfa0 SUNRPC: traverse clients tree on PipeFS event by Stanislav Kinsbursky · 13 years ago
  76. 37629b5 SUNRPC: set per-net PipeFS superblock before notification by Stanislav Kinsbursky · 13 years ago
  77. 7aab449 SUNRPC: skip clients with program without PipeFS entries by Stanislav Kinsbursky · 13 years ago
  78. a4dff1b SUNRPC: skip dead but not buried clients on PipeFS events by Stanislav Kinsbursky · 13 years ago
  79. 651913c tcp: clean up use of jiffies in tcp_rcv_rtt_measure() by Neal Cardwell · 13 years ago
  80. aad5854 tipc: Reject payload messages with invalid message type by Allan Stephens · 13 years ago
  81. 8298193 net: cleanups in sock_setsockopt() by Eric Dumazet · 13 years ago
  82. feb50ac crush: include header for global symbols by hartleys · 13 years ago
  83. 6746960 ipv6: RTAX_FEATURE_ALLFRAG causes inefficient TCP segment sizing by Eric Dumazet · 13 years ago
  84. 8f17789 tipc: Enhance error checking of published names by Allan Stephens · 13 years ago
  85. f7fb9d2 tipc: Create helper routine to delete unused name sequence structure by Allan Stephens · 13 years ago
  86. bbe6a29 tipc: remove redundant memset and stale comment from subscr.c by Allan Stephens · 13 years ago
  87. 2d98abb tipc: Optimize initialization of network topology service by Allan Stephens · 13 years ago
  88. eb3865a tipc: Enhance re-initialization of network topology service by Allan Stephens · 13 years ago
  89. eb323b0 tipc: Optimize termination of configuration service by Allan Stephens · 13 years ago
  90. 861d3a0 tipc: Optimize initialization of configuration service by Allan Stephens · 13 years ago
  91. a2cfd45 tipc: Optimize re-initialization of configuration service by Allan Stephens · 13 years ago
  92. a85c9bb Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next by David S. Miller · 13 years ago
  93. d9b8ae6 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
  94. de248a7 tcp repair: Fix unaligned access when repairing options (v2) by Pavel Emelyanov · 13 years ago
  95. 2d31950 6lowpan: duplicate definition of IEEE802154_ALEN by alex.bluesman.smirnov@gmail.com · 13 years ago
  96. c2e94d7 6lowpan: move frame allocation code to a separate function by alex.bluesman.smirnov@gmail.com · 13 years ago
  97. 768f7c7 6lowpan: add missing spin_lock_init() by alex.bluesman.smirnov@gmail.com · 13 years ago
  98. 8deff4a 6lowpan: clean up fragments list if module unloaded by alex.bluesman.smirnov@gmail.com · 13 years ago
  99. 0848e40 6lowpan: fix segmentation fault caused by mlme request by alex.bluesman.smirnov@gmail.com · 13 years ago
  100. 39f618b ipvs: reset ipvs pointer in netns by Julian Anastasov · 13 years ago