1. fc1e64e net/ipv6: Add support for onlink flag by David Ahern · 7 years ago
  2. f4797b3 net/ipv6: Add flags and table id to ip6_nh_lookup_table by David Ahern · 7 years ago
  3. 1edce99 net/ipv6: Move gateway validation into helper by David Ahern · 7 years ago
  4. 9515a2e net/ipv4: Allow send to local broadcast from a socket bound to a VRF by David Ahern · 7 years ago
  5. fc1372f openvswitch: add erspan version I and II support by William Tu · 7 years ago
  6. c69de58 net: erspan: use bitfield instead of mask and offset by William Tu · 7 years ago
  7. 955ec4c net/ipv6: Do not allow route add with a device that is down by David Ahern · 7 years ago
  8. 1a0a04c net/smc: check for healthy link group resp. connections by Ursula Braun · 7 years ago
  9. 732720f net/smc: wake up wr_reg_wait when terminating a link group by Ursula Braun · 7 years ago
  10. 610db66 net/smc: do not reuse a linkgroup with setup problems by Ursula Braun · 7 years ago
  11. b4772b3 net/smc: terminate link group for ib_post_send problems by Ursula Braun · 7 years ago
  12. 5ac92a0 net/smc: handle state SMC_PEERFINCLOSEWAIT correctly by Ursula Braun · 7 years ago
  13. 611b63a net/smc: cancel tx worker in case of socket aborts by Ursula Braun · 7 years ago
  14. fb07a82 net: Move net:netns_ids destruction out of rtnl_lock() and document locking scheme by Kirill Tkhai · 7 years ago
  15. 8ec59b4 Merge branch 'rebased-net-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by David S. Miller · 7 years ago
  16. 955bd1d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  17. 5c59e56 kill kernel_sock_ioctl() by Al Viro · 8 years ago
  18. 44c02a2 dev_ioctl(): move copyin/copyout to callers by Al Viro · 7 years ago
  19. 6a88fbe ipconfig: use dev_set_mtu() by Al Viro · 7 years ago
  20. b1b0c24 lift handling of SIOCIW... out of dev_ioctl() by Al Viro · 7 years ago
  21. 4cf808e7 kill dev_ifname32() by Al Viro · 7 years ago
  22. f92d4fc kill bond_ioctl() by Al Viro · 7 years ago
  23. bf44057 kill dev_ifsioc() by Al Viro · 7 years ago
  24. ca25c30 ip_rt_ioctl(): take copyin to caller by Al Viro · 8 years ago
  25. 03aef17 devinet_ioctl(): take copyin/copyout to caller by Al Viro · 8 years ago
  26. 36fd633 net: separate SIOCGIFCONF handling from dev_ioctl() by Al Viro · 8 years ago
  27. 5c38bd1 ip_tunnel: Use mark in skb by default by Thomas Winter · 7 years ago
  28. 458e704 cls_u32: propagate extack to delete callback by Jakub Kicinski · 7 years ago
  29. f40fe58 cls_u32: pass offload flags to tc_cls_common_offload_init() by Jakub Kicinski · 7 years ago
  30. 1b0f803 cls_flower: propagate extack to delete callback by Jakub Kicinski · 7 years ago
  31. ea20594 cls_flower: pass offload flags to tc_cls_common_offload_init() by Jakub Kicinski · 7 years ago
  32. b505b29 cls_matchall: propagate extack to delete callback by Jakub Kicinski · 7 years ago
  33. 93da52b cls_matchall: pass offload flags to tc_cls_common_offload_init() by Jakub Kicinski · 7 years ago
  34. 0e908a4 cls_bpf: propagate extack to offload delete callback by Jakub Kicinski · 7 years ago
  35. a6ffd6b cls_bpf: pass offload flags to tc_cls_common_offload_init() by Jakub Kicinski · 7 years ago
  36. f558fde cls_bpf: remove gen_flags from bpf_offload by Jakub Kicinski · 7 years ago
  37. 34832e1 net: sched: prepare for reimplementation of tc_cls_common_offload_init() by Jakub Kicinski · 7 years ago
  38. 715df5e net: sched: propagate extack to cls->destroy callbacks by Jakub Kicinski · 7 years ago
  39. e557124 kcm: Check if sk_user_data already set in kcm_attach by Tom Herbert · 7 years ago
  40. 581e722 kcm: Only allow TCP sockets to be attached to a KCM mux by Tom Herbert · 7 years ago
  41. 52e12d5 pktgen: Clean read user supplied flag mess by Dmitry Safonov · 7 years ago
  42. 99c6d3d pktgen: Remove brute-force printing of flags by Dmitry Safonov · 7 years ago
  43. 6f107c7 pktgen: Add behaviour flags macro to generate flags/names by Dmitry Safonov · 7 years ago
  44. 57a5749b pktgen: Add missing !flag parameters by Dmitry Safonov · 7 years ago
  45. 560a660 net: sched: em_nbyte: don't add the data offset twice by Wolfgang Bumiller · 7 years ago
  46. aa377e6 net/smc: continue waiting if peer signals write_shutdown by Ursula Braun · 7 years ago
  47. bbb96bf net/smc: improve state change handling after close wait by Ursula Braun · 7 years ago
  48. 86e780d net/smc: make wait for work request uninterruptible by Ursula Braun · 7 years ago
  49. 8429c13 net/smc: get rid of tx_pend waits in socket closing by Ursula Braun · 7 years ago
  50. 35a6b17 net/smc: simplify function smc_clcsock_accept() by Ursula Braun · 7 years ago
  51. 3163c50 net/smc: use local struct sock variables consistently by Ursula Braun · 7 years ago
  52. 97edf7c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec by David S. Miller · 7 years ago
  53. e9191ff ipv6: Fix getsockopt() for sockets with default IPV6_AUTOFLOWLABEL by Ben Hutchings · 7 years ago
  54. 9c5f69b net/sched: act_csum: don't use spinlock in the fast path by Davide Caratti · 7 years ago
  55. f6052cf net/sched: act_csum: use per-core statistics by Davide Caratti · 7 years ago
  56. b76f418 net: link_watch: mark bonding link events urgent by Roopa Prabhu · 7 years ago
  57. 3361536 net: dsa: Support internal phy on 'cpu' port by Sebastian Reichel · 7 years ago
  58. 5ca1144 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  59. f53d77e sctp: reset ret in again path in sctp_for_each_transport by Xin Long · 7 years ago
  60. 7a006d5 net: core: Fix kernel-doc for netdev_upper_link() by Florian Fainelli · 7 years ago
  61. 5de30d5 net: core: Fix kernel-doc for call_netdevice_notifiers_info() by Florian Fainelli · 7 years ago
  62. 545d8ae xfrm: fix boolean assignment in xfrm_get_type_offload by Gustavo A. R. Silva · 7 years ago
  63. 5efec5c xfrm: Fix eth_hdr(skb)->h_proto to reflect inner IP version by Yossi Kuperman · 7 years ago
  64. 8f0b425 net: sched: add extack support for offload via tc_cls_common_offload by Quentin Monnet · 7 years ago
  65. 631f65f net: sched: cls_bpf: plumb extack support in filter for hardware offload by Quentin Monnet · 7 years ago
  66. 10a47e0 net: sched: cls_u32: propagate extack support for filter offload by Quentin Monnet · 7 years ago
  67. 0279814 net: sched: cls_matchall: propagate extack support for filter offload by Quentin Monnet · 7 years ago
  68. 4100203 net: sched: cls_flower: propagate extack support for filter offload by Quentin Monnet · 7 years ago
  69. 7a8c4dd tls: Correct length of scatterlist in tls_sw_sendpage by Dave Watson · 7 years ago
  70. ad23b75 net: igmp: fix source address check for IGMPv3 reports by Felix Fietkau · 7 years ago
  71. 03aaa9e bridge: return boolean instead of integer in br_multicast_is_router by Gustavo A. R. Silva · 7 years ago
  72. 121d57a gso: validate gso_type in GSO handlers by Willem de Bruijn · 7 years ago
  73. 7c68d1a net: qdisc_pkt_len_init() should be more robust by Eric Dumazet · 7 years ago
  74. b589513 rds: tcp: compute m_ack_seq as offset from ->write_seq by Sowmini Varadhan · 7 years ago
  75. b2d3bcf net: core: Expose number of link up/down transitions by David Decotigny · 7 years ago
  76. 291040c Merge tag 'mac80211-next-for-davem-2018-01-22' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by David S. Miller · 7 years ago
  77. b75703d devlink: fix memory leak on 'resource' by Colin Ian King · 7 years ago
  78. 9cb05f9 debugfs_sta: Remove unneeded semicolons by Christopher Díaz Riveros · 7 years ago
  79. cbcbeed Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 7 years ago
  80. ea9722e Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 7 years ago
  81. 8565d26 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  82. 1728a4f bpf: move event_output to const_size_or_zero for xdp/skb as well by Daniel Borkmann · 7 years ago
  83. 2e4a309 bpf: restrict access to core bpf sysctls by Daniel Borkmann · 7 years ago
  84. fa9dd59 bpf: get rid of pure_initcall dependency to enable jits by Daniel Borkmann · 7 years ago
  85. 205c380 bpf: add csum_diff helper to xdp as well by Daniel Borkmann · 7 years ago
  86. 4b981db net: sched: cls_u32: add extack support by Alexander Aring · 7 years ago
  87. 1057c55 net: sched: cls: add extack support for tcf_change_indev by Alexander Aring · 7 years ago
  88. 571acf2 net: sched: cls: add extack support for delete callback by Alexander Aring · 7 years ago
  89. 50a5619 net: sched: cls: add extack support for tcf_exts_validate by Alexander Aring · 7 years ago
  90. 7306db3 net: sched: cls: add extack support for change callback by Alexander Aring · 7 years ago
  91. c35a4ac net: sched: cls_api: handle generic cls errors by Alexander Aring · 7 years ago
  92. 8865fdd net: sched: cls: fix code style issues by Alexander Aring · 7 years ago
  93. e428660 tcp: avoid min RTT bloat by skipping RTT from delayed-ACK in BBR by Yuchung Cheng · 7 years ago
  94. eb36be0 tcp: avoid min-RTT overestimation from delayed ACKs by Yuchung Cheng · 7 years ago
  95. 60c2530 tipc: fix race between poll() and setsockopt() by Jon Maloy · 7 years ago
  96. 30c3e9d l2tp: remove switch block in l2tp_nl_cmd_session_create() by Lorenzo Bianconi · 7 years ago
  97. 9afa658 l2tp: remove l2specific_len configurable parameter by Lorenzo Bianconi · 7 years ago
  98. 62e7b6a l2tp: remove l2specific_len dependency in l2tp_core by Lorenzo Bianconi · 7 years ago
  99. dfffc97 l2tp: double-check l2specific_type provided by userspace by Lorenzo Bianconi · 7 years ago
  100. 43dd751 devlink: Make some functions static by Wei Yongjun · 7 years ago