summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)Author
2020-05-19Merge tag 'v4.9.220' into 4.9-2.3.x-imxMarcel Ziswiler
2020-04-24net: ipv6: do not consider routes via gateways for anycast address checkTim Stallard
2020-03-20fib: add missing attribute validation for tun_idJakub Kicinski
2020-03-11net: sched: correct flower port blockingJason Baron
2020-01-23cfg80211/mac80211: make ieee80211_send_layer2_update a public functionDedy Lansky
2020-01-12net: add annotations on hh->hh_len lockless accessesEric Dumazet
2020-01-04tcp/dccp: fix possible race __inet_lookup_established()Eric Dumazet
2020-01-04net: dst: Force 4-byte alignment of dst_metricsGeert Uytterhoeven
2019-12-21tcp: Protect accesses to .ts_recent_stamp with {READ,WRITE}_ONCE()Guillaume Nault
2019-12-21tcp: tighten acceptance of ACKs not matching a child socketGuillaume Nault
2019-12-21tcp: fix rejected syncookies due to stale timestampsGuillaume Nault
2019-12-21inet: protect against too small mtu values.Eric Dumazet
2019-12-05sctp: cache netns in sctp_ep_commonXin Long
2019-12-05net: fix possible overflow in __sk_mem_raise_allocated()Eric Dumazet
2019-11-25llc: avoid blocking in llc_sap_close()Cong Wang
2019-11-12net: prevent load/store tearing on sk->sk_stampEric Dumazet
2019-11-12ipvs: move old_secure_tcp into struct netns_ipvsEric Dumazet
2019-11-12netfilter: nf_tables: Align nft_expr private data to 64-bitLukas Wunner
2019-11-12net: fix data-race in neigh_event_send()Eric Dumazet
2019-11-10net/flow_dissector: switch to siphashEric Dumazet
2019-11-10net: fix sk_page_frag() recursion from memory reclaimTejun Heo
2019-11-06sctp: fix the issue that flags are ignored when using kernel_connectXin Long
2019-11-06sch_netem: fix rcu splat in netem_enqueue()Eric Dumazet
2019-11-06llc: fix sk_buff leak in llc_conn_service()Eric Biggers
2019-09-16ip6: fix skb leak in ip6frag_expire_frag_queue()Eric Dumazet
2019-09-16xfrm: clean up xfrm protocol checksCong Wang
2019-09-06tcp: fix tcp_rtx_queue_tail in case of empty retransmit queueTim Froidcoeur
2019-08-25netfilter: ctnetlink: don't use conntrack/expect object addresses as idFlorian Westphal
2019-08-25inet: switch IP ID generator to siphashEric Dumazet
2019-08-11tcp: be more careful in tcp_fragment()Eric Dumazet
2019-08-04tcp: reset sk_send_head in tcp_write_queue_purgeSoheil Hassas Yeganeh
2019-07-21ip6_tunnel: allow not to count pkts on tstats by passing dev as NULLXin Long
2019-07-10Bluetooth: Align minimum encryption key size for LE and BR/EDR connectionsMarcel Holtmann
2019-06-22Revert "Bluetooth: Align minimum encryption key size for LE and BR/EDR connec...Greg Kroah-Hartman
2019-06-17tcp: add tcp_min_snd_mss sysctlEric Dumazet
2019-06-17tcp: limit payload size of sacked skbsEric Dumazet
2019-06-11ipv4: Define __ipv4_neigh_lookup_noref when CONFIG_INET is disabledDavid Ahern
2019-05-10Bluetooth: Align minimum encryption key size for LE and BR/EDR connectionsMarcel Holtmann
2019-05-08caif: reduce stack size with KASANArnd Bergmann
2019-05-02net: IP6 defrag: use rbtrees for IPv6 defragPeter Oskolkov
2019-05-02ipv6: remove dependency of nf_defrag_ipv6 on ipv6 moduleFlorian Westphal
2019-05-02net: IP defrag: encapsulate rbtree defrag code into callable functionsPeter Oskolkov
2019-04-17netns: provide pure entropy for net_hash_mix()Eric Dumazet
2019-04-17vrf: check accept_source_route on the original netdeviceStephen Suryaputra
2019-04-05netfilter: physdev: relax br_netfilter dependencyFlorian Westphal
2019-04-03sctp: get sctphdr by offset in sctp_compute_cksumXin Long
2019-04-03packets: Always register packet sk in the same orderMaxime Chevallier
2019-03-28Merge tag 'v4.9.166' into 4.9-2.3.x-imxMarcel Ziswiler
2019-03-27tcp/dccp: drop SYN packets if accept queue is fullEric Dumazet
2019-03-23phonet: fix building with clangArnd Bergmann