1. 01925ef Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 11 years ago
  2. 394efd1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  3. 7926c1d net: sctp: do not trigger BUG_ON in sctp_cmd_delete_tcb by Daniel Borkmann · 11 years ago
  4. f421436 net/hsr: Add support for the High-availability Seamless Redundancy protocol (HSRv0) by Arvid Brodin · 11 years ago
  5. 74d332c net: extend net_device allocation to vmalloc() by Eric Dumazet · 11 years ago
  6. e6d8b64 net: sctp: fix and consolidate SCTP checksumming code by Daniel Borkmann · 11 years ago
  7. 2817a33 net: skb_checksum: allow custom update/combine for walking skb by Daniel Borkmann · 11 years ago
  8. ca0e8bd netfilter: nf_tables: remove duplicated include from nf_tables_ipv4.c by Wei Yongjun · 11 years ago
  9. 4542fa4 netfilter: ctnetlink: account both directions in one step by Holger Eitzenberger · 11 years ago
  10. f7b13e4 netfilter: introduce nf_conn_acct structure by Holger Eitzenberger · 11 years ago
  11. 6f09234 net: flow_dissector: fail on evil iph->ihl by Jason Wang · 11 years ago
  12. 296c106 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 11 years ago
  13. 2e19ef0 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec by David S. Miller · 11 years ago
  14. 8ddd094 openvswitch: Use flow hash during flow lookup operation. by Pravin B Shelar · 11 years ago
  15. 5eb26b1 openvswitch: TCP flags matching support. by Jarno Rajahalme · 11 years ago
  16. df23e9f openvswitch: Widen TCP flags handling. by Jarno Rajahalme · 11 years ago
  17. 3cdb35b openvswitch: Enable all GSO features on internal port. by Pravin B Shelar · 11 years ago
  18. fb10d5b Merge branch 'linus' into sched/core by Ingo Molnar · 11 years ago
  19. 84502b5 xfrm: Fix null pointer dereference when decoding sessions by Steffen Klassert · 11 years ago
  20. a1311d8 SUNRPC: Cleanup xs_destroy() by Trond Myklebust · 11 years ago
  21. 93dc41b SUNRPC: close a rare race in xs_tcp_setup_socket. by NeilBrown · 11 years ago
  22. 3582b90 6lowpan: cleanup skb copy data by Alexander Aring · 11 years ago
  23. 578d524 6lowpan: set 6lowpan network and transport header by Alexander Aring · 11 years ago
  24. 3e69162 6lowpan: set and use mac_len for mac header length by Alexander Aring · 11 years ago
  25. 3961532 6lowpan: remove unnecessary set of headers by Alexander Aring · 11 years ago
  26. ba48650 ipv6: remove the unnecessary statement in find_match() by Duan Jiong · 11 years ago
  27. 83a1a7c mac802154: Use pr_err(...) rather than printk(KERN_ERR ...) by Chen Weilong · 11 years ago
  28. 3af390e tipc: remove two indentation levels in tipc_recv_msg routine by Ying Xue · 11 years ago
  29. 09c3e54 SUNRPC: remove duplicated include from clnt.c by Wei Yongjun · 11 years ago
  30. f0dad6e Merge branch 'dma_complete' into next by Vinod Koul · 11 years ago
  31. c968601 tcp: temporarily disable Fast Open on SYN timeout by Yuchung Cheng · 11 years ago
  32. 97203ab net: ipvs: sctp: do not recalc sctp csum when ports didn't change by Daniel Borkmann · 11 years ago
  33. 0649909 bridge: pass correct vlan id to multicast code by Vlad Yasevich · 11 years ago
  34. 911aeb1 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitch by David S. Miller · 11 years ago
  35. 706e282 net: x25: Fix dead URLs in Kconfig by Michael Drüing · 11 years ago
  36. 7d1d65c net: sched: cls_bpf: add BPF-based classifier by Daniel Borkmann · 11 years ago
  37. 68783ec Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 11 years ago
  38. d954777 netfilter: xt_NFQUEUE: fix --queue-bypass regression by Holger Eitzenberger · 11 years ago
  39. 1c5ad13 net: esp{4,6}: get rid of struct esp_data by Mathias Krause · 11 years ago
  40. 123b0d1 net: esp{4,6}: remove padlen from struct esp_data by Mathias Krause · 11 years ago
  41. cdfb97b net, mc: fix the incorrect comments in two mc-related functions by Zhi Yong Wu · 11 years ago
  42. ab1a2d7 net, iovec: fix the incorrect comment in memcpy_fromiovecend() by Zhi Yong Wu · 11 years ago
  43. c4e819d net, datagram: fix the incorrect comment in zerocopy_sg_from_iovec() by Zhi Yong Wu · 11 years ago
  44. daba287 ipv4: fix DO and PROBE pmtu mode regarding local fragmentation with UFO/CORK by Hannes Frederic Sowa · 11 years ago
  45. 0d08c42 tcp: gso: fix truesize tracking by Eric Dumazet · 11 years ago
  46. 5d9efa7 ipv6: Remove privacy config option. by David S. Miller · 11 years ago
  47. 8ef007f 6lowpan: remove unnecessary break by Alexander Aring · 11 years ago
  48. b236b95 6lowpan: remove skb->dev assignment by Alexander Aring · 11 years ago
  49. b614442 6lowpan: use netdev_alloc_skb instead dev_alloc_skb by Alexander Aring · 11 years ago
  50. 53cb5717 6lowpan: remove unnecessary check on err >= 0 by Alexander Aring · 11 years ago
  51. 545f361 6lowpan: remove unnecessary ret variable by Alexander Aring · 11 years ago
  52. 9d3a226 SUNRPC: Fix buffer overflow checking in gss_encode_v0_msg/gss_encode_v1_msg by Trond Myklebust · 11 years ago
  53. 5fccc5b SUNRPC: gss_alloc_msg - choose _either_ a v0 message or a v1 message by Trond Myklebust · 11 years ago
  54. 8313164 SUNRPC: remove an unnecessary if statement by wangweidong · 11 years ago
  55. e3bfab1 sunrpc: comment typo fix by J. Bruce Fields · 11 years ago
  56. 34751b9 SUNRPC: Add correct rcu_dereference annotation in rpc_clnt_set_transport by Trond Myklebust · 11 years ago
  57. 40b00b6b SUNRPC: Add a helper to switch the transport of an rpc_clnt by Trond Myklebust · 11 years ago
  58. d746e54 SUNRPC: Modify synopsis of rpc_client_register() by Chuck Lever · 11 years ago
  59. 4641382 netfilter: bridge: nf_tables: add filter chain type by Pablo Neira Ayuso · 11 years ago
  60. 98c37b6 netfilter: nft_nat: Fix endianness issue reported by sparse by Tomasz Bursztyka · 11 years ago
  61. 6e078bc netfilter: bridge: fix nf_tables bridge dependencies with main core by Pablo Neira Ayuso · 11 years ago
  62. d0a361a nl80211: fix channel switch parsing by Andrei Otcheretianski · 11 years ago
  63. 0951ebb mac80211: fix uninitialized variable by Michal Kazior · 11 years ago
  64. 33a4586 mac80211: process mesh channel switching using beacon by Chun-Yeow Yeoh · 11 years ago
  65. b8456a1 {nl,cfg,mac}80211: implement mesh channel switch userspace API by Chun-Yeow Yeoh · 11 years ago
  66. c6da674 {nl,cfg,mac}80211: enable the triggering of CSA frame in mesh by Chun-Yeow Yeoh · 11 years ago
  67. 8f2535b mac80211: process the CSA frame for mesh accordingly by Chun-Yeow Yeoh · 11 years ago
  68. c0f17eb mac80211: refactor the parsing of chan switch ie by Chun-Yeow Yeoh · 11 years ago
  69. 06be6b1 mac80211: add ieee80211_tx_prepare_skb() helper function by Felix Fietkau · 11 years ago
  70. 034c6d6 cfg80211: export reg_initiator_name() by Luis R. Rodriguez · 11 years ago
  71. 446075d mac80211: fixes for mesh powersave logic by Marco Porsch · 11 years ago
  72. 17ac495 mac80211: Remove check for offchannel state when waking netdev queues by Seth Forshee · 11 years ago
  73. ef91ffa net: rfkill: gpio: add ACPI support by Heikki Krogerus · 11 years ago
  74. 262c91e net: rfkill: gpio: prepare for DT and ACPI support by Heikki Krogerus · 11 years ago
  75. 0be8172 net: rfkill: gpio: spinlock-safe GPIO access by Heikki Krogerus · 11 years ago
  76. f02ae59 net: rfkill: gpio: clean up clock handling by Heikki Krogerus · 11 years ago
  77. 5e7ca39 net: rfkill: gpio: convert to resource managed allocation by Heikki Krogerus · 11 years ago
  78. 8e8d347 mac80211: enable DFS for IBSS mode by Simon Wunderlich · 11 years ago
  79. 5336fa8 nl80211/cfg80211: enable DFS for IBSS mode by Simon Wunderlich · 11 years ago
  80. 687da13 mac80211: implement SMPS for AP by Emmanuel Grumbach · 11 years ago
  81. 6e7cd27 net: ipvs: sctp: add missing verdict assignments in sctp_conn_schedule by Daniel Borkmann · 11 years ago
  82. eeb1b73 xfrm: Increase the garbage collector threshold by Steffen Klassert · 11 years ago
  83. 747edc0 sctp: merge two if statements to one by wangweidong · 11 years ago
  84. 3dc0a54 sctp: remove the repeat initialize with 0 by wangweidong · 11 years ago
  85. 2bccbad sctp: fix some comments in chunk.c and associola.c by wangweidong · 11 years ago
  86. 8c3a897 inet: restore gso for vxlan by Eric Dumazet · 11 years ago
  87. fc59d5b pkt_sched: fq: clear time_next_packet for reused flows by Eric Dumazet · 11 years ago
  88. 2f715c1 tcp: do not rearm RTO when future data are sacked by Yuchung Cheng · 11 years ago
  89. 2909d87 tcp: only take RTT from timestamps if new data is acked by Yuchung Cheng · 11 years ago
  90. bc15afa tcp: fix SYNACK RTT estimation in Fast Open by Yuchung Cheng · 11 years ago
  91. 6b8dbcf bridge: netfilter: orphan skb before invoking ip netfilter hooks by Florian Westphal · 11 years ago
  92. 1e56555 netfilter: ipset: remove duplicate define by Michael Opdenacker · 11 years ago
  93. dc476e7 netfilter:ipset: Fix memory allocation for bitmap:port by Jozsef Kadlecsik · 11 years ago
  94. cf4c024 sunrpc: trim off EC bytes in GSSAPI v2 unwrap by Jeff Layton · 11 years ago
  95. e3bc10b ipv6: ip6_dst_check needs to check for expired dst_entries by Hannes Frederic Sowa · 11 years ago
  96. 8fb479a netpoll: fix rx_hook() interface by passing the skb by Antonio Quartulli · 11 years ago
  97. 7f29405 net: fix rtnl notification in atomic context by Alexei Starovoitov · 11 years ago
  98. 66415cf net: initialize hashrnd in flow_dissector with net_get_random_once by Hannes Frederic Sowa · 11 years ago
  99. f84be2b net: make net_get_random_once irq safe by Hannes Frederic Sowa · 11 years ago
  100. 974daef net: add missing dev_put() in __netdev_adjacent_dev_insert by Nikolay Aleksandrov · 11 years ago