summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2020-01-04tcp/dccp: fix possible race __inet_lookup_established()Eric Dumazet2-3/+14
2020-01-04net: dst: Force 4-byte alignment of dst_metricsGeert Uytterhoeven1-1/+1
2019-12-21tcp: Protect accesses to .ts_recent_stamp with {READ,WRITE}_ONCE()Guillaume Nault1-3/+3
2019-12-21tcp: tighten acceptance of ACKs not matching a child socketGuillaume Nault1-1/+9
2019-12-21tcp: fix rejected syncookies due to stale timestampsGuillaume Nault1-1/+1
2019-12-21inet: protect against too small mtu values.Eric Dumazet1-0/+5
2019-12-05sctp: cache netns in sctp_ep_commonXin Long1-0/+3
2019-12-05net: fix possible overflow in __sk_mem_raise_allocated()Eric Dumazet1-1/+1
2019-11-25llc: avoid blocking in llc_sap_close()Cong Wang1-0/+1
2019-11-12net: prevent load/store tearing on sk->sk_stampEric Dumazet1-2/+2
2019-11-12ipvs: move old_secure_tcp into struct netns_ipvsEric Dumazet1-0/+1
2019-11-12netfilter: nf_tables: Align nft_expr private data to 64-bitLukas Wunner1-1/+2
2019-11-12net: fix data-race in neigh_event_send()Eric Dumazet1-2/+2
2019-11-10net/flow_dissector: switch to siphashEric Dumazet3-4/+5
2019-11-10net: fix sk_page_frag() recursion from memory reclaimTejun Heo1-3/+8
2019-11-06sctp: fix the issue that flags are ignored when using kernel_connectXin Long1-0/+2
2019-11-06sch_netem: fix rcu splat in netem_enqueue()Eric Dumazet1-0/+5
2019-11-06llc: fix sk_buff leak in llc_conn_service()Eric Biggers1-1/+1
2019-09-16ip6: fix skb leak in ip6frag_expire_frag_queue()Eric Dumazet1-1/+0
2019-09-16xfrm: clean up xfrm protocol checksCong Wang1-0/+17
2019-09-06tcp: fix tcp_rtx_queue_tail in case of empty retransmit queueTim Froidcoeur1-0/+4
2019-08-25netfilter: ctnetlink: don't use conntrack/expect object addresses as idFlorian Westphal1-0/+2
2019-08-25inet: switch IP ID generator to siphashEric Dumazet1-0/+2
2019-08-11tcp: be more careful in tcp_fragment()Eric Dumazet1-0/+17
2019-08-04tcp: reset sk_send_head in tcp_write_queue_purgeSoheil Hassas Yeganeh1-5/+6
2019-07-21ip6_tunnel: allow not to count pkts on tstats by passing dev as NULLXin Long1-3/+6
2019-07-10Bluetooth: Align minimum encryption key size for LE and BR/EDR connectionsMarcel Holtmann1-0/+3
2019-06-22Revert "Bluetooth: Align minimum encryption key size for LE and BR/EDR connec...Greg Kroah-Hartman1-3/+0
2019-06-17tcp: add tcp_min_snd_mss sysctlEric Dumazet1-0/+1
2019-06-17tcp: limit payload size of sacked skbsEric Dumazet1-0/+2
2019-06-11ipv4: Define __ipv4_neigh_lookup_noref when CONFIG_INET is disabledDavid Ahern1-0/+8
2019-05-10Bluetooth: Align minimum encryption key size for LE and BR/EDR connectionsMarcel Holtmann1-0/+3
2019-05-08caif: reduce stack size with KASANArnd Bergmann1-0/+27
2019-05-02net: IP6 defrag: use rbtrees for IPv6 defragPeter Oskolkov1-2/+9
2019-05-02ipv6: remove dependency of nf_defrag_ipv6 on ipv6 moduleFlorian Westphal2-29/+104
2019-05-02net: IP defrag: encapsulate rbtree defrag code into callable functionsPeter Oskolkov1-2/+14
2019-04-17netns: provide pure entropy for net_hash_mix()Eric Dumazet2-13/+3
2019-04-17vrf: check accept_source_route on the original netdeviceStephen Suryaputra1-1/+1
2019-04-05netfilter: physdev: relax br_netfilter dependencyFlorian Westphal1-1/+0
2019-04-03sctp: get sctphdr by offset in sctp_compute_cksumXin Long1-1/+1
2019-04-03packets: Always register packet sk in the same orderMaxime Chevallier1-0/+6
2019-03-27tcp/dccp: drop SYN packets if accept queue is fullEric Dumazet1-5/+0
2019-03-23phonet: fix building with clangArnd Bergmann1-2/+3
2019-03-19gro_cells: make sure device is up in gro_cells_receive()Eric Dumazet1-4/+18
2019-03-14net: avoid use IPCB in cipso_v4_errorNazarov Sergey1-0/+2
2019-03-14net: Add __icmp_send helper.Nazarov Sergey1-1/+8
2019-02-23ax25: fix possible use-after-freeEric Dumazet1-0/+12
2019-02-23net: ipv4: use a dedicated counter for icmp_v4 redirect packetsLorenzo Bianconi1-0/+1
2019-02-23tcp: clear icsk_backoff in tcp_write_queue_purge()Eric Dumazet1-0/+1
2019-02-20netfilter: nf_tables: fix mismatch in big-endian systemLiping Zhang1-0/+29