1. 6648c65 net: style cleanups by stephen hemminger · 7 years ago
  2. 667e427 net: mark receive queue attributes ro_after_init by stephen hemminger · 7 years ago
  3. 2b9c758 net: make queue attributes ro_after_init by stephen hemminger · 7 years ago
  4. 170c658 net: make BQL sysfs attributes ro_after_init by stephen hemminger · 7 years ago
  5. 718ad68 net: drop unused attribute argument from sysfs queue funcs by stephen hemminger · 7 years ago
  6. ec6cc59 net: make net sysfs attributes ro_after_init by stephen hemminger · 7 years ago
  7. 737aec5 net: constify net_ns_type_operations by stephen hemminger · 7 years ago
  8. e6d473e net: make net_class ro_after_init by stephen hemminger · 7 years ago
  9. b793dc5 net: constify netdev_class_file by stephen hemminger · 7 years ago
  10. d0d6683 net: don't decrement kobj reference count on init failure by stephen hemminger · 7 years ago
  11. 4c03bdd xdp: adjust xdp redirect tracepoint to include return error code by Jesper Dangaard Brouer · 7 years ago
  12. 0888e37 net: inet: diag: expose sockets cgroup classid by Levin, Alexander (Sasha Levin) · 7 years ago
  13. 9620fef ipv4: convert dst_metrics.refcnt from atomic_t to refcount_t by Eric Dumazet · 7 years ago
  14. 633cefe Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by David S. Miller · 7 years ago
  15. 401481e ipv6: fix false-postive maybe-uninitialized warning by Arnd Bergmann · 7 years ago
  16. 047b0ec bpf: reuse tc bpf prologue for sk skb progs by Daniel Borkmann · 7 years ago
  17. 4d6a75b bpf: no need to nullify ri->map in xdp_do_redirect by Daniel Borkmann · 7 years ago
  18. 774c467 tcp: Export tcp_{sendpage,sendmsg}_locked() for ipv6. by David S. Miller · 7 years ago
  19. d978db8 net: sched: cls_flower: fix ndo_setup_tc type for stats call by Jiri Pirko · 7 years ago
  20. e543002 qdisc: add tracepoint qdisc:qdisc_dequeue for dequeued SKBs by Jesper Dangaard Brouer · 7 years ago
  21. 8a31db5 bpf: add access to sock fields and pkt data from sk_skb programs by John Fastabend · 7 years ago
  22. 174a79f bpf: sockmap with sk redirect support by John Fastabend · 7 years ago
  23. b005fd1 bpf: introduce new program type for skbs on sockets by John Fastabend · 7 years ago
  24. db5980d net: fixes for skb_send_sock by John Fastabend · 7 years ago
  25. 45f91bd net: add sendmsg_locked and sendpage_locked to af_inet6 by John Fastabend · 7 years ago
  26. f26de11 net: early init support for strparser by John Fastabend · 7 years ago
  27. 6b0355f net_sched/hfsc: opencode trivial set_active() and set_passive() by Konstantin Khlebnikov · 7 years ago
  28. 9594665 net_sched: call qlen_notify only if child qdisc is empty by Konstantin Khlebnikov · 7 years ago
  29. 463910e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  30. 394f51a ipv4: route: set ipv4 RTM_GETROUTE to not use rtnl by Florian Westphal · 7 years ago
  31. e3a22b7 ipv6: route: set ipv6 RTM_GETROUTE to not use rtnl by Florian Westphal · 7 years ago
  32. 121622d ipv6: route: make rtm_getroute not assume rtnl is locked by Florian Westphal · 7 years ago
  33. 7324157 dsa: fix flow disector null pointer by Craig Gallek · 7 years ago
  34. c90e951 net_sched: remove warning from qdisc_hash_add by Konstantin Khlebnikov · 7 years ago
  35. 325d5dc net_sched/sfq: update hierarchical backlog when drop packet by Konstantin Khlebnikov · 7 years ago
  36. 8989042 net_sched: reset pointers to tcf blocks in classful qdiscs' destructors by Konstantin Khlebnikov · 7 years ago
  37. 187e5b3 ipv4: fix NULL dereference in free_fib_info_rcu() by Eric Dumazet · 7 years ago
  38. 12d94a8 ipv6: fix NULL dereference in ip6_route_dev_notify() by Eric Dumazet · 7 years ago
  39. fe40079 ipv6: fib: Provide offload indication using nexthop flags by Ido Schimmel · 7 years ago
  40. 0a6f041 Merge tag 'wireless-drivers-for-davem-2017-08-15' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers by David S. Miller · 7 years ago
  41. d624d27 tcp: fix possible deadlock in TCP stack vs BPF filter by Eric Dumazet · 7 years ago
  42. 7749d4f dccp: purge write queue in dccp_destroy_sock() by Eric Dumazet · 7 years ago
  43. e5645f5 ipv6: release rt6->rt6i_idev properly during ifdown by Wei Wang · 7 years ago
  44. 36f41f8 af_key: do not use GFP_KERNEL in atomic contexts by Eric Dumazet · 7 years ago
  45. 539a06b tcp: ulp: avoid module refcnt leak in tcp_set_ulp by Sabrina Dubroca · 7 years ago
  46. 59a361b tipc: avoid inheriting msg_non_seq flag when message is returned by Jon Paul Maloy · 7 years ago
  47. fed5f57 tipc: accept PACKET_MULTICAST packets by Jon Paul Maloy · 7 years ago
  48. 2c87d63 ipv4: route: fix inet_rtm_getroute induced crash by Florian Westphal · 7 years ago
  49. 1dfa763 net: ipv4: add check for l3slave for index returned in IP_PKTINFO by David Ahern · 7 years ago
  50. 9438c87 net: ipv4: remove unnecessary check on orig_oif by David Ahern · 7 years ago
  51. 7c49747 net: export some generic xdp helpers by Jason Wang · 7 years ago
  52. d022578 rtnelink: Move link dump consistency check out of the loop by Jakub Sitnicki · 7 years ago
  53. 2ed46ce bpf: fix two missing target_size settings in bpf_convert_ctx_access by Daniel Borkmann · 7 years ago
  54. 0ed80da openvswitch: Remove unnecessary newlines from OVS_NLERR uses by Joe Perches · 7 years ago
  55. 9399122 net: skb_needs_check() removes CHECKSUM_UNNECESSARY check for tx. by Tonghao Zhang · 7 years ago
  56. 839da4d net: ipv4: set orig_oif based on fib result for local traffic by David Ahern · 7 years ago
  57. 8d55373 net/sched/hfsc: allocate tcf block for hfsc root class by Konstantin Khlebnikov · 7 years ago
  58. e71cb9e net: dsa: ksz: fix skb freeing by Vivien Didelot · 7 years ago
  59. 7b06e8a net: sched: remove cops->tcf_cl_offload by Jiri Pirko · 7 years ago
  60. a2e8da9 net: sched: use newly added classid identity helpers by Jiri Pirko · 7 years ago
  61. 3dfe55d Bluetooth: kfree tmp rather than an alias to it by Colin Ian King · 7 years ago
  62. 327c0da sctp: fix some indents in sm_make_chunk.c by Xin Long · 7 years ago
  63. 172a159 sctp: remove the typedef sctp_disposition_t by Xin Long · 7 years ago
  64. 8ee821a sctp: remove the typedef sctp_sm_table_entry_t by Xin Long · 7 years ago
  65. e08af95 sctp: remove the typedef sctp_verb_t by Xin Long · 7 years ago
  66. c488b77 sctp: remove the typedef sctp_arg_t by Xin Long · 7 years ago
  67. a85bbeb sctp: remove the typedef sctp_cmd_seq_t by Xin Long · 7 years ago
  68. e2c3108 sctp: remove the typedef sctp_cmd_t by Xin Long · 7 years ago
  69. b7ef261 sctp: remove the typedef sctp_socket_type_t by Xin Long · 7 years ago
  70. d38ef5a sctp: remove the typedef sctp_dbg_objcnt_entry_t by Xin Long · 7 years ago
  71. a05437a sctp: remove the typedef sctp_cmsgs_t by Xin Long · 7 years ago
  72. edf903f sctp: remove the typedef sctp_sender_hb_info_t by Xin Long · 7 years ago
  73. 3b2b69e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  74. c27927e packet: fix tp_reserve race in packet_set_ring by Willem de Bruijn · 7 years ago
  75. 85f1bd9 udp: consistently apply ufo or fragmentation by Willem de Bruijn · 7 years ago
  76. 8caa38b rtnetlink: fallback to UNSPEC if current family has no doit callback by Florian Westphal · 7 years ago
  77. d38a651 rtnetlink: init handler refcounts to 1 by Florian Westphal · 7 years ago
  78. 8515ae3 rtnetlink: switch rtnl_link_get_slave_info_data_size to rcu by Florian Westphal · 7 years ago
  79. 5c2bb9b rtnetlink: do not use RTM_GETLINK directly by Florian Westphal · 7 years ago
  80. 377cb24 rtnetlink: use rcu_dereference_raw to silence rcu splat by Florian Westphal · 7 years ago
  81. 2d571645 net: core: fix compile error inside flow_dissector due to new dsa callback by John Crispin · 7 years ago
  82. 43e6652 net-next: dsa: fix flow dissection by John Crispin · 7 years ago
  83. 2dd592b net-next: tag_mtk: add flow_dissect callback to the ops struct by John Crispin · 7 years ago
  84. 68277a2 net-next: dsa: move struct dsa_device_ops to the global header file by John Crispin · 7 years ago
  85. 96d9703 net: sched: set xt_tgchk_param par.nft_compat as 0 in ipt_init_target by Xin Long · 7 years ago
  86. 1714020 igmp: Fix regression caused by igmp sysctl namespace code. by Nikolay Borisov · 7 years ago
  87. 800bb47 net: atm: make atmdev_ops const by Bhumika Goyal · 7 years ago
  88. 6eb7939 net: ipv6: lower ndisc notifier priority below addrconf by David Ahern · 7 years ago
  89. ed43594 tipc: remove premature ESTABLISH FSM event at link synchronization by Jon Paul Maloy · 7 years ago
  90. 165b911 net: call newid/getid without rtnl mutex held by Florian Westphal · 7 years ago
  91. 62256f9 rtnetlink: add RTNL_FLAG_DOIT_UNLOCKED by Florian Westphal · 7 years ago
  92. 6853dd4 rtnetlink: protect handler table with rcu by Florian Westphal · 7 years ago
  93. 0cc0902 rtnetlink: small rtnl lock pushdown by Florian Westphal · 7 years ago
  94. 019a316 rtnetlink: add reference counting to prevent module unload while dump is in progress by Florian Westphal · 7 years ago
  95. b97bac6 rtnetlink: make rtnl_register accept a flags parameter by Florian Westphal · 7 years ago
  96. e1fa6d2 rtnetlink: call rtnl_calcit directly by Florian Westphal · 7 years ago
  97. 92b31a9 bpf: add BPF_J{LT,LE,SLT,SLE} instructions by Daniel Borkmann · 7 years ago
  98. ccaffff sock: fix zerocopy panic in mem accounting by Willem de Bruijn · 7 years ago
  99. 3118e6e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  100. 4530cca Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago