summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
...
* tcp: cache line align MAX_TCP_HEADEREric Dumazet2020-05-021-1/+1
* net: ipv6: do not consider routes via gateways for anycast address checkTim Stallard2020-04-241-0/+1
* fib: add missing attribute validation for tun_idJakub Kicinski2020-03-201-0/+1
* net: sched: correct flower port blockingJason Baron2020-03-111-0/+9
* cfg80211: Fix radar event during another phy CACOrr Mazor2020-02-051-0/+5
* tcp: annotate lockless access to tcp_memory_pressureEric Dumazet2020-01-271-1/+1
* net: add {READ|WRITE}_ONCE() annotations on ->rskq_accept_headEric Dumazet2020-01-271-2/+2
* cfg80211/mac80211: make ieee80211_send_layer2_update a public functionDedy Lansky2020-01-171-0/+11
* net: add annotations on hh->hh_len lockless accessesEric Dumazet2020-01-091-1/+1
* tcp/dccp: fix possible race __inet_lookup_established()Eric Dumazet2020-01-042-3/+14
* net/dst: add new function skb_dst_update_pmtu_no_confirmHangbin Liu2020-01-041-0/+9
* net: add bool confirm_neigh parameter for dst_ops.update_pmtuHangbin Liu2020-01-042-2/+3
* net: dst: Force 4-byte alignment of dst_metricsGeert Uytterhoeven2019-12-311-1/+1
* inet: protect against too small mtu values.Eric Dumazet2019-12-211-0/+5
* tcp: Protect accesses to .ts_recent_stamp with {READ,WRITE}_ONCE()Guillaume Nault2019-12-211-3/+3
* tcp: tighten acceptance of ACKs not matching a child socketGuillaume Nault2019-12-211-1/+9
* tcp: fix rejected syncookies due to stale timestampsGuillaume Nault2019-12-211-1/+1
* sctp: cache netns in sctp_ep_commonXin Long2019-12-051-0/+3
* net: fix possible overflow in __sk_mem_raise_allocated()Eric Dumazet2019-12-051-1/+1
* llc: avoid blocking in llc_sap_close()Cong Wang2019-11-201-0/+1
* net: prevent load/store tearing on sk->sk_stampEric Dumazet2019-11-121-2/+2
* ipvs: move old_secure_tcp into struct netns_ipvsEric Dumazet2019-11-121-0/+1
* netfilter: nf_tables: Align nft_expr private data to 64-bitLukas Wunner2019-11-121-1/+2
* net: fix data-race in neigh_event_send()Eric Dumazet2019-11-121-2/+2
* bonding: fix state transition issue in link monitoringJay Vosburgh2019-11-121-2/+1
* net/flow_dissector: switch to siphashEric Dumazet2019-11-103-4/+5
* net: fix sk_page_frag() recursion from memory reclaimTejun Heo2019-11-101-3/+8
* net: annotate lockless accesses to sk->sk_napi_idEric Dumazet2019-11-101-3/+3
* net: annotate accesses to sk->sk_incoming_cpuEric Dumazet2019-11-101-2/+2
* sctp: fix the issue that flags are ignored when using kernel_connectXin Long2019-11-061-0/+2
* sch_netem: fix rcu splat in netem_enqueue()Eric Dumazet2019-11-061-0/+5
* llc: fix sk_buff leak in llc_conn_service()Eric Biggers2019-11-061-1/+1
* ip6: fix skb leak in ip6frag_expire_frag_queue()Eric Dumazet2019-09-161-1/+0
* xfrm: clean up xfrm protocol checksCong Wang2019-09-161-0/+17
* net: sched: act_sample: fix psample group handling on overwriteVlad Buslov2019-09-101-0/+1
* net_sched: fix a NULL pointer deref in ipt actionCong Wang2019-09-101-1/+3
* tcp: fix tcp_rtx_queue_tail in case of empty retransmit queueTim Froidcoeur2019-09-061-0/+4
* xfrm: policy: remove pcpu policy cacheFlorian Westphal2019-08-251-1/+0
* Revert "tcp: Clear sk_send_head after purging the write queue"Sasha Levin2019-08-251-3/+0
* tcp: Clear sk_send_head after purging the write queueBen Hutchings2019-08-161-0/+3
* tcp: be more careful in tcp_fragment()Eric Dumazet2019-08-091-0/+17
* VSOCK: use TCP state constants for sk_stateStefan Hajnoczi2019-08-041-3/+0
* tcp: fix tcp_set_congestion_control() use from bpf hookEric Dumazet2019-07-311-1/+2
* net: make skb_dst_force return true when dst is refcountedFlorian Westphal2019-07-311-1/+4
* ipvs: fix tinfo memory leak in start_sync_threadJulian Anastasov2019-07-311-2/+4
* ip6_tunnel: allow not to count pkts on tstats by passing dev as NULLXin Long2019-07-211-3/+6
* Bluetooth: Align minimum encryption key size for LE and BR/EDR connectionsMarcel Holtmann2019-06-251-0/+3
* tcp: add tcp_min_snd_mss sysctlEric Dumazet2019-06-171-0/+1
* tcp: limit payload size of sacked skbsEric Dumazet2019-06-171-0/+2
* Revert "Bluetooth: Align minimum encryption key size for LE and BR/EDR connec...Greg Kroah-Hartman2019-06-151-3/+0