1. 1dfa763 net: ipv4: add check for l3slave for index returned in IP_PKTINFO by David Ahern · 7 years ago
  2. 9438c87 net: ipv4: remove unnecessary check on orig_oif by David Ahern · 7 years ago
  3. 7c49747 net: export some generic xdp helpers by Jason Wang · 7 years ago
  4. d022578 rtnelink: Move link dump consistency check out of the loop by Jakub Sitnicki · 7 years ago
  5. 0ed80da openvswitch: Remove unnecessary newlines from OVS_NLERR uses by Joe Perches · 7 years ago
  6. 9399122 net: skb_needs_check() removes CHECKSUM_UNNECESSARY check for tx. by Tonghao Zhang · 7 years ago
  7. 839da4d net: ipv4: set orig_oif based on fib result for local traffic by David Ahern · 7 years ago
  8. 7b06e8a net: sched: remove cops->tcf_cl_offload by Jiri Pirko · 7 years ago
  9. a2e8da9 net: sched: use newly added classid identity helpers by Jiri Pirko · 7 years ago
  10. 327c0da sctp: fix some indents in sm_make_chunk.c by Xin Long · 7 years ago
  11. 172a159 sctp: remove the typedef sctp_disposition_t by Xin Long · 7 years ago
  12. 8ee821a sctp: remove the typedef sctp_sm_table_entry_t by Xin Long · 7 years ago
  13. e08af95 sctp: remove the typedef sctp_verb_t by Xin Long · 7 years ago
  14. c488b77 sctp: remove the typedef sctp_arg_t by Xin Long · 7 years ago
  15. a85bbeb sctp: remove the typedef sctp_cmd_seq_t by Xin Long · 7 years ago
  16. e2c3108 sctp: remove the typedef sctp_cmd_t by Xin Long · 7 years ago
  17. b7ef261 sctp: remove the typedef sctp_socket_type_t by Xin Long · 7 years ago
  18. d38ef5a sctp: remove the typedef sctp_dbg_objcnt_entry_t by Xin Long · 7 years ago
  19. a05437a sctp: remove the typedef sctp_cmsgs_t by Xin Long · 7 years ago
  20. edf903f sctp: remove the typedef sctp_sender_hb_info_t by Xin Long · 7 years ago
  21. 3b2b69e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  22. c27927e packet: fix tp_reserve race in packet_set_ring by Willem de Bruijn · 7 years ago
  23. 85f1bd9 udp: consistently apply ufo or fragmentation by Willem de Bruijn · 7 years ago
  24. 8caa38b rtnetlink: fallback to UNSPEC if current family has no doit callback by Florian Westphal · 7 years ago
  25. d38a651 rtnetlink: init handler refcounts to 1 by Florian Westphal · 7 years ago
  26. 8515ae3 rtnetlink: switch rtnl_link_get_slave_info_data_size to rcu by Florian Westphal · 7 years ago
  27. 5c2bb9b rtnetlink: do not use RTM_GETLINK directly by Florian Westphal · 7 years ago
  28. 377cb24 rtnetlink: use rcu_dereference_raw to silence rcu splat by Florian Westphal · 7 years ago
  29. 2d571645 net: core: fix compile error inside flow_dissector due to new dsa callback by John Crispin · 7 years ago
  30. 43e6652 net-next: dsa: fix flow dissection by John Crispin · 7 years ago
  31. 2dd592b net-next: tag_mtk: add flow_dissect callback to the ops struct by John Crispin · 7 years ago
  32. 68277a2 net-next: dsa: move struct dsa_device_ops to the global header file by John Crispin · 7 years ago
  33. 96d9703 net: sched: set xt_tgchk_param par.nft_compat as 0 in ipt_init_target by Xin Long · 7 years ago
  34. 1714020 igmp: Fix regression caused by igmp sysctl namespace code. by Nikolay Borisov · 7 years ago
  35. 800bb47 net: atm: make atmdev_ops const by Bhumika Goyal · 7 years ago
  36. 6eb7939 net: ipv6: lower ndisc notifier priority below addrconf by David Ahern · 7 years ago
  37. ed43594 tipc: remove premature ESTABLISH FSM event at link synchronization by Jon Paul Maloy · 7 years ago
  38. 165b911 net: call newid/getid without rtnl mutex held by Florian Westphal · 7 years ago
  39. 62256f9 rtnetlink: add RTNL_FLAG_DOIT_UNLOCKED by Florian Westphal · 7 years ago
  40. 6853dd4 rtnetlink: protect handler table with rcu by Florian Westphal · 7 years ago
  41. 0cc0902 rtnetlink: small rtnl lock pushdown by Florian Westphal · 7 years ago
  42. 019a316 rtnetlink: add reference counting to prevent module unload while dump is in progress by Florian Westphal · 7 years ago
  43. b97bac6 rtnetlink: make rtnl_register accept a flags parameter by Florian Westphal · 7 years ago
  44. e1fa6d2 rtnetlink: call rtnl_calcit directly by Florian Westphal · 7 years ago
  45. 92b31a9 bpf: add BPF_J{LT,LE,SLT,SLE} instructions by Daniel Borkmann · 7 years ago
  46. ccaffff sock: fix zerocopy panic in mem accounting by Willem de Bruijn · 7 years ago
  47. 3118e6e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  48. 4530cca Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  49. feca7d8 net: ipv6: avoid overhead when no custom FIB rules are installed by Vincent Bernat · 7 years ago
  50. 8d63bee net: avoid skb_warn_bad_offload false positives on UFO by Willem de Bruijn · 7 years ago
  51. 05bfd7d rds: Reintroduce statistics counting by Håkon Bugge · 7 years ago
  52. 8ba6092 tcp: fastopen: tcp_connect() must refresh the route by Eric Dumazet · 7 years ago
  53. ec0acb0 net: sched: set xt_tgchk_param par.net properly in ipt_init_target by Xin Long · 7 years ago
  54. 7120371 net_sched: get rid of some forward declarations by WANG Cong · 7 years ago
  55. 274cdb4 net: dsa: lan9303: Only allocate 3 ports by Egil Hjelmeland · 7 years ago
  56. 29ab586 net: switchdev: Remove bridge bypass support from switchdev by Arkadi Sharshevsky · 7 years ago
  57. 3a83c2a net: bridge: Remove FDB deletion through switchdev object by Arkadi Sharshevsky · 7 years ago
  58. 2bedde1 net: dsa: Move FDB dump implementation inside DSA by Arkadi Sharshevsky · 7 years ago
  59. dc0cbff net: dsa: Remove redundant MDB dump support by Arkadi Sharshevsky · 7 years ago
  60. c069fcd net: dsa: Remove support for bypass bridge port attributes/vlan set by Arkadi Sharshevsky · 7 years ago
  61. c9e2105 net: dsa: Add support for querying supported bridge flags by Arkadi Sharshevsky · 7 years ago
  62. 37b8da1 net: dsa: Move FDB add/del implementation inside DSA by Arkadi Sharshevsky · 7 years ago
  63. c9eb3e0 net: dsa: Add support for learning FDB through notification by Arkadi Sharshevsky · 7 years ago
  64. 2acf4e6 net: dsa: Remove switchdev dependency from DSA switch notifier chain by Arkadi Sharshevsky · 7 years ago
  65. 1b6dd55 net: dsa: Remove prepare phase for FDB by Arkadi Sharshevsky · 7 years ago
  66. 6c2c1dc net: dsa: Change DSA slave FDB API to be switchdev independent by Arkadi Sharshevsky · 7 years ago
  67. 13ead5c xfrm: check that cached bundle is still valid by Florian Westphal · 7 years ago
  68. 4cfbf09 net: dsa: remove useless args of dsa_slave_create by Vivien Didelot · 7 years ago
  69. 47d0dcc net: dsa: remove useless args of dsa_cpu_dsa_setup by Vivien Didelot · 7 years ago
  70. 206e41f net: dsa: remove useless argument in legacy setup by Vivien Didelot · 7 years ago
  71. 140f04c ipv6: sr: implement several seg6local actions by David Lebrun · 7 years ago
  72. 2d9cc60 ipv6: sr: add rtnetlink functions for seg6local action parameters by David Lebrun · 7 years ago
  73. d1df6fd ipv6: sr: define core operations for seg6local lightweight tunnel by David Lebrun · 7 years ago
  74. b04c80d ipv6: sr: export SRH insertion functions by David Lebrun · 7 years ago
  75. 925615c ipv6: sr: allow SRH insertion with arbitrary segments_left value by David Lebrun · 7 years ago
  76. 8113c09 net_sched: use void pointer for filter handle by WANG Cong · 7 years ago
  77. 54df2cf net_sched: refactor notification code for RTM_DELTFILTER by WANG Cong · 7 years ago
  78. 08bd10f lwtunnel: replace EXPORT_SYMBOL with EXPORT_SYMBOL_GPL by Roopa Prabhu · 7 years ago
  79. 5108ab4 net: ipv6: add second dif to raw socket lookups by David Ahern · 7 years ago
  80. 4297a0e net: ipv6: add second dif to inet6 socket lookups by David Ahern · 7 years ago
  81. 1801b57 net: ipv6: add second dif to udp socket lookups by David Ahern · 7 years ago
  82. 60d9b03 net: ipv4: add second dif to multicast source filter by David Ahern · 7 years ago
  83. 6735993 net: ipv4: add second dif to raw socket lookups by David Ahern · 7 years ago
  84. 3fa6f61 net: ipv4: add second dif to inet socket lookups by David Ahern · 7 years ago
  85. fb74c27 net: ipv4: add second dif to udp socket lookups by David Ahern · 7 years ago
  86. fde6af4 Merge tag 'mlx5-shared-2017-08-07' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linux by David S. Miller · 7 years ago
  87. de4784c net: sched: get rid of struct tc_to_netdev by Jiri Pirko · 7 years ago
  88. d7c1c8d net: sched: move prio into cls_common by Jiri Pirko · 7 years ago
  89. 5fd9fc4 net: sched: push cls related args into cls_common structure by Jiri Pirko · 7 years ago
  90. 3fbae38 dsa: push cls_matchall setup_tc processing into a separate function by Jiri Pirko · 7 years ago
  91. 3e0e826 net: sched: make egress_dev flag part of flower offload struct by Jiri Pirko · 7 years ago
  92. ade9b65 net: sched: rename TC_SETUP_MATCHALL to TC_SETUP_CLSMATCHALL by Jiri Pirko · 7 years ago
  93. 2572ac5 net: sched: make type an argument for ndo_setup_tc by Jiri Pirko · 7 years ago
  94. bfc6f82 sctp: remove the typedef sctp_subtype_t by Xin Long · 7 years ago
  95. 61f0eb0 sctp: remove the typedef sctp_event_t by Xin Long · 7 years ago
  96. 19cd159 sctp: remove the typedef sctp_event_timeout_t by Xin Long · 7 years ago
  97. 5210601 sctp: remove the typedef sctp_state_t by Xin Long · 7 years ago
  98. 4785c7a sctp: remove the typedef sctp_ierror_t by Xin Long · 7 years ago
  99. 86b36f2 sctp: remove the typedef sctp_xmit_t by Xin Long · 7 years ago
  100. 0ceaeeb sctp: remove the typedef sctp_transport_cmd_t by Xin Long · 7 years ago