1. b7a3a8e Merge tag 'mac80211-next-for-davem-2015-05-19' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by David S. Miller · 10 years ago
  2. aea0929 tcp: Return error instead of partial read for saved syn headers by Eric B Munson · 10 years ago
  3. 49d16b2 bridge_netfilter: No ICMP packet on IPv4 fragmentation error by Andy Zhou · 10 years ago
  4. 8bc0486 IPv4: skip ICMP for bridge contrack users when defrag expires by Andy Zhou · 10 years ago
  5. 5cf4228 ipv4: introduce frag_expire_skip_icmp() by Andy Zhou · 10 years ago
  6. 0bc4c07 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 10 years ago
  7. b9fbe70 netlink: Use random autobind rover by Herbert Xu · 10 years ago
  8. de13346 netns: make nsid_lock per net by WANG Cong · 10 years ago
  9. 74b80e8 flow_dissector: remove bogus return in tipc section by Jiri Pirko · 10 years ago
  10. 45d4122 switchdev: add support for fdb add/del/dump via switchdev_port_obj ops. by Samudrala, Sridhar · 10 years ago
  11. b66e91c tcp: halves tcp_mem[] limits by Eric Dumazet · 10 years ago
  12. 76dfa60 tcp: allow one skb to be received per socket under memory pressure by Eric Dumazet · 10 years ago
  13. 8e4d980 tcp: fix behavior for epoll edge trigger by Eric Dumazet · 10 years ago
  14. b8da51e tcp: introduce tcp_under_memory_pressure() by Eric Dumazet · 10 years ago
  15. a6c5ea4 tcp: rename sk_forced_wmem_schedule() to sk_forced_mem_schedule() by Eric Dumazet · 10 years ago
  16. 1a24e04 net: fix sk_mem_reclaim_partial() by Eric Dumazet · 10 years ago
  17. 4633c9e net-packet: fix null pointer exception in rollover mode by Willem de Bruijn · 10 years ago
  18. ba6d056 netfilter: synproxy: fix sparse errors by Eric Dumazet · 10 years ago
  19. 252a8fb ipip: fix one sparse error by Eric Dumazet · 10 years ago
  20. 861fb10 netfilter: Use correct return for seq_show functions by Joe Perches · 10 years ago
  21. 55917a2 netfilter: x_tables: add context to know if extension runs from nft_compat by Pablo Neira Ayuso · 10 years ago
  22. 3365495 net: core: set qdisc pkt len before tc_classify by Florian Westphal · 10 years ago
  23. 0c58a2d netns: fix unbalanced spin_lock on error by Nicolas Dichtel · 10 years ago
  24. c24a596 ip_tunnel: Report Rx dropped in ip_tunnel_get_stats64 by Alexander Duyck · 10 years ago
  25. 54d7c01 packet: fix warnings in rollover lock contention by Willem de Bruijn · 10 years ago
  26. fa787ae tipc: use sock_create_kern interface to create kernel socket by Ying Xue · 10 years ago
  27. dd3aa3b cls_flower: Fix compile error by Brian Haley · 10 years ago
  28. dd3f9e7 tipc: add packet sequence number at instant of transmission by Jon Paul Maloy · 10 years ago
  29. f21e897 tipc: improve link congestion algorithm by Jon Paul Maloy · 10 years ago
  30. cd4eee3 tipc: simplify link supervision checkpointing by Jon Paul Maloy · 10 years ago
  31. a97b9d3 tipc: rename fields in struct tipc_link by Jon Paul Maloy · 10 years ago
  32. e4bf4f7 tipc: simplify packet sequence number handling by Jon Paul Maloy · 10 years ago
  33. a6bf70f tipc: simplify include dependencies by Jon Paul Maloy · 10 years ago
  34. 75b44b0 tipc: simplify link timer handling by Jon Paul Maloy · 10 years ago
  35. b1c29f6 tipc: simplify resetting and disabling of bearers by Jon Paul Maloy · 10 years ago
  36. 12b7ed2 netfilter: xt_MARK: Add ARP support by Zhang Chunyu · 10 years ago
  37. a3b1c1e netfilter: ipset: deinline ip_set_put_extensions() by Denys Vlasenko · 10 years ago
  38. a9fcc6a netfilter: bridge: free nf_bridge info on xmit by Florian Westphal · 10 years ago
  39. 7fb48c5 netfilter: bridge: neigh_head and physoutdev can't be used at same time by Florian Westphal · 10 years ago
  40. e687ad6 netfilter: add netfilter ingress hook after handle_ing() under unique static key by Pablo Neira · 10 years ago
  41. 1cf51900 net: add CONFIG_NET_INGRESS to enable ingress filtering by Pablo Neira · 10 years ago
  42. f719148 netfilter: add hook list to nf_hook_state by Pablo Neira · 10 years ago
  43. a080e7b net: Reserve skb headroom and set skb->dev even if using __alloc_skb by Alexander Duyck · 10 years ago
  44. d37d29c geneve_core: identify as driver library in modules description by John W. Linville · 10 years ago
  45. 11e1fa4 geneve: Rename support library as geneve_core by John W. Linville · 10 years ago
  46. 35d32e8 geneve: move definition of geneve_hdr() to geneve.h by John W. Linville · 10 years ago
  47. 125907a geneve: remove MODULE_ALIAS_RTNL_LINK from net/ipv4/geneve.c by John W. Linville · 10 years ago
  48. a9b6391 packet: rollover statistics by Willem de Bruijn · 10 years ago
  49. 3b3a5b0 packet: rollover huge flows before small flows by Willem de Bruijn · 10 years ago
  50. 2ccdbaa packet: rollover lock contention avoidance by Willem de Bruijn · 10 years ago
  51. 9954729 packet: rollover only to socket with headroom by Willem de Bruijn · 10 years ago
  52. 0648ab7 packet: rollover prepare: per-socket state by Willem de Bruijn · 10 years ago
  53. ad377ca packet: rollover prepare: move code out of callsites by Willem de Bruijn · 10 years ago
  54. 7d771aa ipv4: __ip_local_out_sk() is static by Eric Dumazet · 10 years ago
  55. 216f8bb tcp/dccp: tw_timer_handler() is static by Eric Dumazet · 10 years ago
  56. 77b9900 tc: introduce Flower classifier by Jiri Pirko · 10 years ago
  57. 59346af flow_dissector: change port array into src, dst tuple by Jiri Pirko · 10 years ago
  58. 67a900c flow_dissector: introduce support for Ethernet addresses by Jiri Pirko · 10 years ago
  59. b924933 flow_dissector: introduce support for ipv6 addressses by Jiri Pirko · 10 years ago
  60. 06635a3 flow_dissect: use programable dissector in skb_flow_dissect and friends by Jiri Pirko · 10 years ago
  61. fbff949 flow_dissector: introduce programable flow_dissector by Jiri Pirko · 10 years ago
  62. 0db89b8 flow_dissector: fix doc for skb_get_poff by Jiri Pirko · 10 years ago
  63. 638b2a6 net: move netdev_pick_tx and dependencies to net/core/dev.c by Jiri Pirko · 10 years ago
  64. 5605c76 net: move __skb_tx_hash to dev.c by Jiri Pirko · 10 years ago
  65. d4fd327 flow_dissector: fix doc for __skb_get_hash and remove couple of empty lines by Jiri Pirko · 10 years ago
  66. 10b89ee4 net: move *skb_get_poff declarations into correct header by Jiri Pirko · 10 years ago
  67. 1bd758e net: change name of flow_dissector header to match the .c file name by Jiri Pirko · 10 years ago
  68. e578d9c net: sched: use counter to break reclassify loops by Florian Westphal · 10 years ago
  69. b04096f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  70. 42275bd switchdev: don't use anonymous union on switchdev attr/obj structs by Scott Feldman · 10 years ago
  71. 7a7ee53 switchdev: sparse warning: pass ipv4 fib dst as network-byte order by Scott Feldman · 10 years ago
  72. 22c1f67 switchdev: sparse warning: make __switchdev_port_obj_add static by Scott Feldman · 10 years ago
  73. a9756e6 netfilter: ipset: Use better include files in xt_set.c by Jozsef Kadlecsik · 10 years ago
  74. 1823fb7 netfilter: ipset: Improve preprocessor macros checks by Sergey Popovich · 10 years ago
  75. 58cc06d netfilter: ipset: Fix hashing for ipv6 sets by Sergey Popovich · 10 years ago
  76. 0372618 netfilter: ipset: Check for comment netlink attribute length by Sergey Popovich · 10 years ago
  77. 728a7e6 netfilter: ipset: Return bool values instead of int by Sergey Popovich · 10 years ago
  78. cabfd13 netfilter: ipset: Use HOST_MASK literal to represent host address CIDR len by Sergey Popovich · 10 years ago
  79. d25472e netfilter: ipset: Check IPSET_ATTR_PORT only once by Sergey Popovich · 10 years ago
  80. 8e55d2e netfilter: ipset: Return ipset error instead of bool by Sergey Popovich · 10 years ago
  81. 43ef29c netfilter: ipset: Preprocessor directices cleanup by Sergey Popovich · 10 years ago
  82. 2b67d6e netfilter: ipset: No need to make nomatch bitfield by Sergey Popovich · 10 years ago
  83. caed0ed netfilter: ipset: Properly calculate extensions offsets and total length by Sergey Popovich · 10 years ago
  84. 3e4e8d1 netfilter: ipset: make ip_set_get_ip*_port to use skb_network_offset by Alexander Drozdov · 10 years ago
  85. 22496f09 netfilter: ipset: Give a better name to a macro in ip_set_core.c by Jozsef Kadlecsik · 10 years ago
  86. 2006aa4 netfilter: ipset: Fix sparse warning by Jozsef Kadlecsik · 10 years ago
  87. 110bc76 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  88. 9449c3c net: make skb_dst_pop routine static by Ying Xue · 10 years ago
  89. 9eea922 pktgen: fix packet generation by Alexei Starovoitov · 10 years ago
  90. a202924 net: deinline netif_tx_stop_all_queues(), remove WARN_ON in netif_tx_stop_queue() by Denys Vlasenko · 10 years ago
  91. e3d8ecb netns: return RTM_NEWNSID instead of RTM_GETNSID on a get by Nicolas Dichtel · 10 years ago
  92. 7889cbe switchdev: remove NETIF_F_HW_SWITCH_OFFLOAD feature flag by Scott Feldman · 10 years ago
  93. 58c2cb1 switchdev: convert fib_ipv4_add/del over to switchdev_port_obj_add/del by Scott Feldman · 10 years ago
  94. 8793d0a switchdev: add new switchdev_port_bridge_getlink by Scott Feldman · 10 years ago
  95. 8508025 bridge: revert br_dellink change back to original by Scott Feldman · 10 years ago
  96. 87a5dae switchdev: remove unused switchdev_port_bridge_dellink by Scott Feldman · 10 years ago
  97. 5c34e02 switchdev: add new switchdev_port_bridge_dellink by Scott Feldman · 10 years ago
  98. 41c498b bridge: restore br_setlink back to original by Scott Feldman · 10 years ago
  99. e71f220 switchdev: remove old switchdev_port_bridge_setlink by Scott Feldman · 10 years ago
  100. 47f8328 switchdev: add new switchdev bridge setlink by Scott Feldman · 10 years ago