1. ea3bea3 tcp/dccp: constify rtx_synack() and friends by Eric Dumazet · 9 years ago
  2. 0f935db tcp: constify tcp_v{4|6}_send_synack() socket argument by Eric Dumazet · 9 years ago
  3. 1c1e9d2 ipv6: constify ip6_xmit() sock argument by Eric Dumazet · 9 years ago
  4. 5d062de tcp: constify tcp_make_synack() socket argument by Eric Dumazet · 9 years ago
  5. cfe673b ip: constify ip_build_and_send_pkt() socket argument by Eric Dumazet · 9 years ago
  6. b83e3de tcp: md5: constify tcp_md5_do_lookup() socket argument by Eric Dumazet · 9 years ago
  7. 4e3f5d7 inet: constify ip_dont_fragment() arguments by Eric Dumazet · 9 years ago
  8. 30d50c6 ipv6: constify inet6_csk_route_req() socket argument by Eric Dumazet · 9 years ago
  9. 3aef934 ipv6: constify ip6_dst_lookup_{flow|tail}() sock arguments by Eric Dumazet · 9 years ago
  10. e5895bc inet: constify inet_csk_route_req() socket argument by Eric Dumazet · 9 years ago
  11. 6f9c961 inet: constify ip_route_output_flow() socket argument by Eric Dumazet · 9 years ago
  12. b1964b5 tcp: constify tcp_openreq_init_rwin() by Eric Dumazet · 9 years ago
  13. b40cf18 tcp: constify listener socket in tcp_v[46]_init_req() by Eric Dumazet · 9 years ago
  14. f623ab7 switchdev: reduce transaction phase enum down to a boolean by Jiri Pirko · 9 years ago
  15. 9f6467c switchdev: remove "ABORT" transaction phase by Jiri Pirko · 9 years ago
  16. 2b8a61a switchdev: remove "NONE" transaction phase by Jiri Pirko · 9 years ago
  17. 8bdb427 switchdev: add switchdev_trans_ph_prepare/commit helpers by Jiri Pirko · 9 years ago
  18. f8db834 switchdev: move transaction phase enum under transaction structure by Jiri Pirko · 9 years ago
  19. 7ea6eb3 switchdev: introduce transaction item queue for attr_set and obj_add by Jiri Pirko · 9 years ago
  20. 69f5df4 switchdev: rename "trans" to "trans_ph". by Jiri Pirko · 9 years ago
  21. 38cf595 ipv6: remove unused neigh parameter from ndisc functions by Jiri Benc · 9 years ago
  22. 92c14d9 genetlink: simplify genl_notify by Jiri Benc · 9 years ago
  23. 06e60e5 net/ethoc: support big-endian register layout by Max Filippov · 9 years ago
  24. 99cb99a Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 9 years ago
  25. 0f1c28a tcp: usec resolution SYN/ACK RTT by Yuchung Cheng · 9 years ago
  26. 91e60eb s390/iucv: do not use arrays as argument by Ursula Braun · 9 years ago
  27. 5dcd246 Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by David S. Miller · 9 years ago
  28. c7af648 netfilter: Pass net into nf_xfrm_me_harder by Eric W. Biederman · 9 years ago
  29. 06198b3 netfilter: Pass priv instead of nf_hook_ops to netfilter hooks by Eric W. Biederman · 9 years ago
  30. a31f1ad netfilter: nf_conntrack: Add a struct net parameter to l4_pkt_to_tuple by Eric W. Biederman · 9 years ago
  31. a4ffe31 act_connmark: Remember the struct net instead of guessing it. by Eric W. Biederman · 9 years ago
  32. 206e8c0 netfilter: Pass net to nf_dup_ipv4 and nf_dup_ipv6 by Eric W. Biederman · 9 years ago
  33. 46448d0 netfilter: nf_tables: Pass struct net in nft_pktinfo by Eric W. Biederman · 9 years ago
  34. 156c196 netfilter: x_tables: Pass struct net in xt_action_param by Eric W. Biederman · 9 years ago
  35. 6aa187f netfilter: nf_tables: kill nft_pktinfo.ops by Eric W. Biederman · 9 years ago
  36. 36aea58 Merge tag 'ipvs-for-v4.4' of https://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next by Pablo Neira Ayuso · 9 years ago
  37. e781b7f Bluetooth: Add BT_ERR_RATELIMITED by Szymon Janc · 9 years ago
  38. 27b29f6 bpf: add bpf_redirect() helper by Alexei Starovoitov · 9 years ago
  39. 045efa8 cls_bpf: introduce integrated actions by Daniel Borkmann · 9 years ago
  40. 58d607d tcp: provide skb->hash to synack packets by Eric Dumazet · 9 years ago
  41. 0c4b51f netfilter: Pass net into okfn by Eric W. Biederman · 9 years ago
  42. 5a70649 net: Merge dst_output and dst_output_sk by Eric W. Biederman · 9 years ago
  43. a6568b2 xfrm: Remove unused afinfo method init_dst by Eric W. Biederman · 9 years ago
  44. bfe08a8 ieee802154: af_ieee802154: fix typo in comment. by Stefan Schmidt · 9 years ago
  45. 187625e ieee802154: 6lowpan: remove tx full-size calc workaround by Alexander Aring · 9 years ago
  46. 54552d0 ieee802154: 6lowpan: check on valid 802.15.4 frame by Alexander Aring · 9 years ago
  47. 72a5e6b ieee820154: 6lowpan: dispatch evaluation rework by Alexander Aring · 9 years ago
  48. 6b3cc1d Bluetooth: close HCI device when user channel socket gets closed by Simon Fels · 9 years ago
  49. 6f558b7 Bluetooth: Add bt_dev logging macros by Loic Poulain · 9 years ago
  50. 4e47809 ipvs: add sysctl to ignore tunneled packets by Alex Gartrell · 9 years ago
  51. d5566fd rtnetlink: RTEXT_FILTER_SKIP_STATS support to avoid dumping inet/inet6 stats by Sowmini Varadhan · 9 years ago
  52. b7503e0 net: Add FIB table id to rtable by David Ahern · 9 years ago
  53. 65c61bc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  54. f53de1e net: ipv6: use common fib_default_rule_pref by Phil Sutter · 9 years ago
  55. 26d2177 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 9 years ago
  56. e752eb6 memcg: move memcg_proto_active from sock.h by Michal Hocko · 9 years ago
  57. 33398cf memcg: export struct mem_cgroup by Michal Hocko · 9 years ago
  58. 080fff5 Merge tag 'mac80211-for-davem-2015-09-04' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by David S. Miller · 9 years ago
  59. 53cfd05 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 9 years ago
  60. 22f6689 mac80211: protect non-HT BSS when HT TDLS traffic exists by Avri Altman · 9 years ago
  61. 62da986 netfilter: nf_conntrack: make nf_ct_zone_dflt built-in by Daniel Borkmann · 9 years ago
  62. 20a17bf flow_dissector: Use 'const' where possible. by David S. Miller · 9 years ago
  63. 4b36993 flow_dissector: Don't use bit fields. by David S. Miller · 9 years ago
  64. 823b969 flow_dissector: Add control/reporting of encapsulation by Tom Herbert · 9 years ago
  65. 872b1ab flow_dissector: Add flag to stop parsing when an IPv6 flow label is seen by Tom Herbert · 9 years ago
  66. 8306b68 flow_dissector: Add flag to stop parsing at L3 by Tom Herbert · 9 years ago
  67. 807e165 flow_dissector: Add control/reporting of fragmentation by Tom Herbert · 9 years ago
  68. c6cc1ca flowi: Abstract out functions to get flow hash based on flowi by Tom Herbert · 9 years ago
  69. bcc8383 skbuff: Make __skb_set_sw_hash a general function by Tom Herbert · 9 years ago
  70. e527693 flow_dissector: Move skb related functions to skbuff.h by Tom Herbert · 9 years ago
  71. 9b8ff51 net: Make table id type u32 by David Ahern · 9 years ago
  72. 9cf94ea netfilter: conntrack: use nf_ct_tmpl_free in CT/synproxy error paths by Daniel Borkmann · 9 years ago
  73. 63b6c13 tun_dst: Remove opts_size by Pravin B Shelar · 9 years ago
  74. 94485fe ipvs: add schedule_icmp sysctl by Alex Gartrell · 9 years ago
  75. 802c41a ipvs: drop inverse argument to conn_{in,out}_get by Alex Gartrell · 9 years ago
  76. 4fd9bee ipvs: Add hdr_flags to iphdr by Alex Gartrell · 9 years ago
  77. b0e010c ipvs: replace ip_vs_fill_ip4hdr with ip_vs_fill_iph_skb_off by Alex Gartrell · 9 years ago
  78. c42858e gro_cells: remove spinlock protecting receive queues by Eric Dumazet · 9 years ago
  79. c3a8d94 tcp: use dctcp if enabled on the route to the initiator by Daniel Borkmann · 9 years ago
  80. 4c22279 ip-tunnel: Use API to access tunnel metadata options. by Pravin B Shelar · 9 years ago
  81. c4c6bc3 net: Introduce helper functions to get the per cpu data by Raghavendra K T · 9 years ago
  82. e999869 net/bonding: Export bond_option_active_slave_get_rcu by Matan Barak · 9 years ago
  83. 399e6f9 net/ipv6: Export addrconf_ifid_eui48 by Matan Barak · 9 years ago
  84. a43a9ef vxlan: do not receive IPv4 packets on IPv6 socket by Jiri Benc · 9 years ago
  85. 7f9562a ip_tunnels: record IP version in tunnel info by Jiri Benc · 9 years ago
  86. 46fa062 ip_tunnels: convert the mode field of ip_tunnel_info to flags by Jiri Benc · 9 years ago
  87. 581a5f2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 9 years ago
  88. 192132b net: Add support for VRFs to inetpeer cache by David Ahern · 9 years ago
  89. 5345c2e net: Refactor inetpeer address struct by David Ahern · 9 years ago
  90. d39d14f net: Add helper function to compare inetpeer addresses by David Ahern · 9 years ago
  91. 3abef28 net: Add set,get helpers for inetpeer addresses by David Ahern · 9 years ago
  92. 72afa35 net: Introduce ipv4_addr_hash and use it for tcp metrics by David Ahern · 9 years ago
  93. d66d6c3 net: sched: register noqueue qdisc by Phil Sutter · 9 years ago
  94. 371bd10 geneve: Consolidate Geneve functionality in single module. by Pravin B Shelar · 9 years ago
  95. e305ac6 geneve: Add support to collect tunnel metadata. by Pravin B Shelar · 9 years ago
  96. c29a70d tunnel: introduce udp_tun_rx_dst() by Pravin B Shelar · 9 years ago
  97. 3b3ae88 net: sched: consolidate tc_classify{,_compat} by Daniel Borkmann · 9 years ago
  98. 86ca02e netfilter: connlabels: Export setting connlabel length by Joe Stringer · 9 years ago
  99. e79e259 dst: Add __skb_dst_copy() variation by Joe Stringer · 9 years ago
  100. cff8245 net_sched: act_bpf: remove spinlock in fast path by Alexei Starovoitov · 9 years ago