summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)Author
2020-03-08Merge tag 'v4.14.170' into 4.14-2.3.x-imxMarcel Ziswiler
2020-02-07Merge tag 'v4.14.164' into 4.14-2.3.x-imxMarcel Ziswiler
2020-02-05cfg80211: Fix radar event during another phy CACOrr Mazor
2020-01-27tcp: annotate lockless access to tcp_memory_pressureEric Dumazet
2020-01-27net: add {READ|WRITE}_ONCE() annotations on ->rskq_accept_headEric Dumazet
2020-01-17cfg80211/mac80211: make ieee80211_send_layer2_update a public functionDedy Lansky
2020-01-09net: 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: add new function skb_dst_update_pmtu_no_confirmHangbin Liu
2020-01-04net: add bool confirm_neigh parameter for dst_ops.update_pmtuHangbin Liu
2019-12-31net: dst: Force 4-byte alignment of dst_metricsGeert Uytterhoeven
2019-12-21inet: protect against too small mtu values.Eric Dumazet
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-05sctp: cache netns in sctp_ep_commonXin Long
2019-12-05net: fix possible overflow in __sk_mem_raise_allocated()Eric Dumazet
2019-11-20llc: 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-12bonding: fix state transition issue in link monitoringJay Vosburgh
2019-11-10net/flow_dissector: switch to siphashEric Dumazet
2019-11-10net: fix sk_page_frag() recursion from memory reclaimTejun Heo
2019-11-10net: annotate lockless accesses to sk->sk_napi_idEric Dumazet
2019-11-10net: annotate accesses to sk->sk_incoming_cpuEric Dumazet
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-10net: sched: act_sample: fix psample group handling on overwriteVlad Buslov
2019-09-10net_sched: fix a NULL pointer deref in ipt actionCong Wang
2019-09-06tcp: fix tcp_rtx_queue_tail in case of empty retransmit queueTim Froidcoeur
2019-09-06tcp: be more careful in tcp_fragment()Eric Dumazet
2019-09-06tcp: fix tcp_set_congestion_control() use from bpf hookEric Dumazet
2019-09-06tcp: add tcp_min_snd_mss sysctlEric Dumazet
2019-09-06tcp: limit payload size of sacked skbsEric Dumazet
2019-09-06tcp: clear icsk_backoff in tcp_write_queue_purge()Eric Dumazet
2019-08-25xfrm: policy: remove pcpu policy cacheFlorian Westphal
2019-08-25Revert "tcp: Clear sk_send_head after purging the write queue"Sasha Levin
2019-08-16tcp: Clear sk_send_head after purging the write queueBen Hutchings
2019-08-09tcp: be more careful in tcp_fragment()Eric Dumazet
2019-08-04VSOCK: use TCP state constants for sk_stateStefan Hajnoczi
2019-07-31tcp: fix tcp_set_congestion_control() use from bpf hookEric Dumazet
2019-07-31net: make skb_dst_force return true when dst is refcountedFlorian Westphal
2019-07-31ipvs: fix tinfo memory leak in start_sync_threadJulian Anastasov
2019-07-21ip6_tunnel: allow not to count pkts on tstats by passing dev as NULLXin Long
2019-06-25Bluetooth: Align minimum encryption key size for LE and BR/EDR connectionsMarcel Holtmann