summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* sch_red: fix off-by-one checks in red_check_params()Eric Dumazet2021-04-161-2/+2
* net: sched: validate stab valuesEric Dumazet2021-03-301-1/+9
* can: dev: Move device back to init netns on owning netns deleteMartin Willi2021-03-301-0/+2
* net: icmp: pass zeroed opts from icmp{,v6}_ndo_send before sendingJason A. Donenfeld2021-03-031-1/+5
* icmp: introduce helper for nat'd source address in network device contextJason A. Donenfeld2021-03-031-0/+6
* tcp: fix TLP timer not set when CA_STATE changes from DISORDER to OPENPengcheng Yang2021-02-031-1/+1
* net: sched: prevent invalid Scell_log shift countRandy Dunlap2021-01-121-1/+3
* vlan: consolidate VLAN parsing code and limit max parsing depthToke Høiland-Jørgensen2020-12-111-0/+1
* bonding: wait for sysfs kobject destruction before freeing struct slaveJamie Iles2020-12-081-0/+8
* net/ipv4: always honour route mtu during forwardingMaciej Żenczykowski2020-10-291-0/+6
* Bluetooth: Disconnect if E0 is used for Level 4Luiz Augusto von Dentz2020-10-171-4/+6
* Bluetooth: Fix update of connection state in `hci_encrypt_cfm`Patrick Steinhardt2020-10-171-1/+1
* Bluetooth: Consolidate encryption handling in hci_encrypt_cfmLuiz Augusto von Dentz2020-10-171-2/+18
* Bluetooth: L2CAP: Fix calling sk_filter on non-socket based channelLuiz Augusto von Dentz2020-10-171-0/+2
* xfrm: clone XFRMA_REPLAY_ESN_VAL in xfrm_do_migrateAntony Antony2020-10-141-10/+6
* netfilter: nf_tables: fix destination register zeroingFlorian Westphal2020-09-091-0/+2
* net/compat: Add missing sock updates for SCM_RIGHTSKees Cook2020-08-211-0/+4
* net: refactor bind_bucket fastreuse into helperTim Froidcoeur2020-08-211-0/+4
* ipvs: allow connection reuse for unconfirmed conntrackJulian Anastasov2020-08-211-6/+4
* ipv6: fix memory leaks on IPV6_ADDRFORM pathCong Wang2020-08-211-0/+1
* net: Added pointer check for dst->ops->neigh_lookup in dst_neigh_lookup_skbMartin Varghese2020-07-221-1/+9
* genetlink: remove genl_bindSean Tranchetti2020-07-221-8/+0
* net: Do not clear the sock TX queue in sk_set_socket()Tariq Toukan2020-06-301-1/+0
* sctp: Don't advertise IPv4 addresses if ipv6only is set on the socketMarcelo Ricardo Leitner2020-06-301-3/+5
* net sched: fix reporting the first-time use timestampRoman Mashak2020-06-031-1/+2
* netfilter: conntrack: avoid gcc-10 zero-length-bounds warningArnd Bergmann2020-05-201-1/+1
* net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookupSabrina Dubroca2020-05-201-2/+4
* net: ipv6: add net argument to ip6_dst_lookup_flowSabrina Dubroca2020-05-201-1/+1
* 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