1. 9c47137 bpf: Fix bpf_xdp_event_output by Martin KaFai Lau · 7 years ago
  2. ccaba06 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 7 years ago
  3. eee2faa tcp: account for ts offset only if tsecr not zero by Alexey Kodanev · 7 years ago
  4. 00355fa tcp: setup timestamp offset when write_seq already set by Alexey Kodanev · 7 years ago
  5. ec7cb62 net/dccp: fix use after free in tw_timer_handler() by Andrey Ryabinin · 7 years ago
  6. 12d656a l2tp: Avoid schedule while atomic in exit_net by Ridge Kennedy · 7 years ago
  7. 3051bf3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  8. b8989bc Merge branch 'stable-4.11' of git://git.infradead.org/users/pcmoore/audit by Linus Torvalds · 7 years ago
  9. e623a9e net: socket: fix recvmmsg not returning error from sock_error by Maxime Jayat · 7 years ago
  10. 559c59b net: napi_watchdog() can use napi_schedule_irqoff() by Eric Dumazet · 7 years ago
  11. 29869d6 tcp: Revert "tcp: tcp_probe: use spin_lock_bh()" by Eric Dumazet · 7 years ago
  12. d4af4c0 net/hsr: use eth_hw_addr_random() by Tobias Klauser · 7 years ago
  13. 8ccde4c net: sock: Use USEC_PER_SEC macro instead of literal 1000000 by Gao Feng · 7 years ago
  14. ca4ef45 ip: fix IP_CHECKSUM handling by Paolo Abeni · 7 years ago
  15. d1892e4 rtnl: simplify error return path in rtnl_create_link() by Tobias Klauser · 7 years ago
  16. 3ef767e Merge branch 'master' of git://blackhole.kfki.hu/nf by Pablo Neira Ayuso · 7 years ago
  17. 4eba8b7 netfilter: nfnetlink: remove static declaration from err_list by Liping Zhang · 7 years ago
  18. 42e1b14 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  19. c1ceee5 Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by David S. Miller · 7 years ago
  20. 24045a0 net: mpls: Add support for netconf by David Ahern · 7 years ago
  21. 4ea0c32 sctp: add support for MSG_MORE by Xin Long · 7 years ago
  22. b7018d0 sctp: flush out queue once assoc state falls into SHUTDOWN_PENDING by Xin Long · 7 years ago
  23. 2317c6b openvswitch: Set event bit after initializing labels. by Jarno Rajahalme · 7 years ago
  24. cd2b708 sctp: check duplicate node before inserting a new transport by Xin Long · 7 years ago
  25. d884aa6 sctp: add reconf chunk event by Xin Long · 7 years ago
  26. 2040d3d sctp: add reconf chunk process by Xin Long · 7 years ago
  27. ea62504 sctp: add a function to verify the sctp reconf chunk by Xin Long · 7 years ago
  28. 16e1a91 sctp: implement receiver-side procedures for the Incoming SSN Reset Request Parameter by Xin Long · 7 years ago
  29. 8105447 sctp: implement receiver-side procedures for the Outgoing SSN Reset Request Parameter by Xin Long · 7 years ago
  30. 35ea82d sctp: add support for generating stream ssn reset event notification by Xin Long · 7 years ago
  31. bd4b9f8 sctp: add support for generating stream reconf resp chunk by Xin Long · 7 years ago
  32. ad5b557 netfilter: xt_hashlimit: Fix integer divide round to zero. by Alban Browaeys · 7 years ago
  33. 40b446a netfilter: ipset: Null pointer exception in ipset list:set by Vishwanath Pai · 7 years ago
  34. 50054a9 Fix bug: sometimes valid entries in hash:* types of sets were evicted by Jozsef Kadlecsik · 7 years ago
  35. f787d1d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  36. 00ea1ce ipv6: release dst on error in ip6_dst_lookup_tail by Willem de Bruijn · 7 years ago
  37. 4c03b86 irda: Fix lockdep annotations in hashbin_delete(). by David S. Miller · 7 years ago
  38. 4e33e34 tcp: use page_ref_inc() in tcp_sendmsg() by Eric Dumazet · 7 years ago
  39. a4ecb15 tcp: accommodate sequence number to a peer's shrunk receive window caused by precision loss in window scaling by Cui, Cheng · 7 years ago
  40. d2c5829 rds:Remove unnecessary ib_ring unalloc by Zhu Yanjun · 7 years ago
  41. 806a837 pkt_sched: Remove useless qdisc_stab_lock by Gao Feng · 7 years ago
  42. 88c4845 rxrpc: Change module filename to rxrpc.ko by David Howells · 7 years ago
  43. 025331d rtnl: don't account unused struct ifla_port_vsi in rtnl_port_size by Daniel Borkmann · 7 years ago
  44. eda7a5e bridge: don't indicate expiry on NTF_EXT_LEARNED fdb entries by Roopa Prabhu · 7 years ago
  45. 74451e66 bpf: make jited programs visible in traces by Daniel Borkmann · 7 years ago
  46. c78f8bd bpf: mark all registered map/prog types as __ro_after_init by Daniel Borkmann · 7 years ago
  47. 5edabca dccp: fix freeing skb too early for IPV6_RECVPKTINFO by Andrey Konovalov · 7 years ago
  48. afcb50b bridge: vlan_tunnel: explicitly reset metadata attrs to NULL on failure by Roopa Prabhu · 7 years ago
  49. 40f9f43 tipc: Fix tipc_sk_reinit race conditions by Herbert Xu · 7 years ago
  50. 5cecb6c net/sched: cls_bpf: Reflect HW offload status by Or Gerlitz · 7 years ago
  51. 24d3dc6 net/sched: cls_u32: Reflect HW offload status by Or Gerlitz · 7 years ago
  52. c7d2b2f net/sched: cls_matchall: Reflect HW offloading status by Or Gerlitz · 7 years ago
  53. 5559396 net/sched: cls_flower: Reflect HW offload status by Or Gerlitz · 7 years ago
  54. 7a335ad net/sched: cls_matchall: Dump the classifier flags by Or Gerlitz · 7 years ago
  55. 749e672 net/sched: cls_flower: Properly handle classifier flags dumping by Or Gerlitz · 7 years ago
  56. 2bd624b packet: Do not call fanout_release from atomic contexts by Anoob Soman · 7 years ago
  57. 99d5cee Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 7 years ago
  58. 3f64116 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  59. 27d1c46 Bluetooth: fix spelling mistake: "advetising" -> "advertising" by Colin Ian King · 8 years ago
  60. 9dcbc31 Bluetooth: Fix NULL pointer dereference in bt_sock_recvmsg by Ezequiel Garcia · 8 years ago
  61. bf3f14d rhashtable: Revert nested table changes. by David S. Miller · 7 years ago
  62. 425df17 openvswitch: Set internal device max mtu to ETH_MAX_MTU. by Jarno Rajahalme · 7 years ago
  63. 7627ae6 net: neigh: Fix netevent NETEVENT_DELAY_PROBE_TIME_UPDATE notification by Marcus Huewe · 7 years ago
  64. 7785bba esp: Add a software GRO codepath by Steffen Klassert · 7 years ago
  65. 54ef207 xfrm: Extend the sec_path for IPsec offloading by Steffen Klassert · 7 years ago
  66. 1e29537 xfrm: Export xfrm_parse_spi. by Steffen Klassert · 7 years ago
  67. 25393d3 net: Prepare gro for packet consuming gro callbacks by Steffen Klassert · 7 years ago
  68. 5f11416 net: Add a skb_gro_flush_final helper. by Steffen Klassert · 7 years ago
  69. b0fcee8 xfrm: Add a secpath_set helper. by Steffen Klassert · 7 years ago
  70. e70ac17 tcp: tcp_probe: use spin_lock_bh() by Eric Dumazet · 7 years ago
  71. d199fab packet: fix races in fanout_add() by Eric Dumazet · 7 years ago
  72. 6f2e3f7 net_sched: nla_memdup_cookie() can be static by Wei Yongjun · 7 years ago
  73. cd27b96 kcm: fix a null pointer dereference in kcm_sendmsg() by WANG Cong · 7 years ago
  74. 5019ab5 bridge: fdb: converge fdb_delete_by functions into one by Nikolay Aleksandrov · 7 years ago
  75. 410b3d4 bridge: fdb: add proper lock checks in searching functions by Nikolay Aleksandrov · 7 years ago
  76. bfd0aea bridge: fdb: converge fdb searching functions into one by Nikolay Aleksandrov · 7 years ago
  77. 052d236 ipv6: Handle IPv4-mapped src to in6addr_any dst. by Jonathan T. Leighton · 7 years ago
  78. ec5e3b0 ipv6: Inhibit IPv4-mapped src address on the wire. by Jonathan T. Leighton · 7 years ago
  79. d7cf52c sched: Fix accidental removal of errout goto by Jiri Pirko · 7 years ago
  80. 37fabbf net: busy-poll: remove LL_FLUSH_FAILED and LL_FLUSH_BUSY by Eric Dumazet · 7 years ago
  81. 9dbbfb0 tipc: Fix tipc_sk_reinit race conditions by Herbert Xu · 7 years ago
  82. 4872e57 NET: Fix /proc/net/arp for AX.25 by Ralf Baechle · 7 years ago
  83. 8b74d43 net/llc: avoid BUG_ON() in skb_orphan() by Eric Dumazet · 7 years ago
  84. 7c92d61 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 7 years ago
  85. 7286ff7 netfilter: nf_tables: honor NFT_SET_OBJECT in set backend selection by Pablo Neira Ayuso · 7 years ago
  86. 1a94e38 netfilter: nf_tables: add NFTA_RULE_ID attribute by Pablo Neira Ayuso · 7 years ago
  87. 74e8bcd netfilter: nf_tables: add check_genid to the nfnetlink subsystem by Pablo Neira Ayuso · 7 years ago
  88. 8c4d4e8 netfilter: nfnetlink: allow to check for generation ID by Pablo Neira Ayuso · 7 years ago
  89. 4865683 netfilter: nfnetlink: add nfnetlink_rcv_skb_batch() by Pablo Neira Ayuso · 7 years ago
  90. b745d03 netfilter: nfnetlink: get rid of u_intX_t types by Pablo Neira Ayuso · 7 years ago
  91. 4dee62b netfilter: nf_ct_expect: nf_ct_expect_insert() returns void by Gao Feng · 7 years ago
  92. a96e66e netfilter: nf_ct_sip: Use mod_timer_pending() by Gao Feng · 7 years ago
  93. 87b60cf net_sched: fix error recovery at qdisc creation by Eric Dumazet · 7 years ago
  94. c16ec185 net: rename dst_neigh_output back to neigh_output by Julian Anastasov · 7 years ago
  95. 35eeacf Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  96. 72fb96e7 l2tp: do not use udp_ioctl() by Eric Dumazet · 7 years ago
  97. 4456f61 devlink: allow to fillup eswitch attrs even if mode_get op does not exist by Jiri Pirko · 7 years ago
  98. 1a6aa36 devlink: use nla_put_failure goto label instead of out by Jiri Pirko · 7 years ago
  99. 21e3d2d devlink: rename devlink_eswitch_fill to devlink_nl_eswitch_fill by Jiri Pirko · 7 years ago
  100. adf200f devlink: fix the name of eswitch commands by Jiri Pirko · 7 years ago