summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* openvswitch: Fix setting ipv6 fields causing hw csum failurePaul Blakey2022-03-021-8/+38
* gso: do not skip outer ip header in case of ipip and net_failoverTao Liu2022-03-022-1/+6
* tipc: Fix end of loop tests for list_for_each_entry()Dan Carpenter2022-03-022-2/+2
* net: __pskb_pull_tail() & pskb_carve_frag_list() drop_monitor friendsEric Dumazet2022-03-021-2/+2
* ping: remove pr_err from ping_lookupXin Long2022-03-021-1/+0
* netfilter: conntrack: don't refresh sctp entries in closed stateFlorian Westphal2022-02-231-0/+9
* net: sched: limit TC_ACT_REPEAT loopsEric Dumazet2022-02-231-2/+11
* drop_monitor: fix data-race in dropmon_net_event / trace_napi_poll_hitEric Dumazet2022-02-231-2/+9
* ping: fix the dif and sdif check in ping_lookupXin Long2022-02-231-2/+9
* vsock: remove vsock from connected table when connect is interrupted by a signalSeth Forshee2022-02-231-0/+1
* xfrm: Don't accidentally set RTO_ONLINK in decode_session4()Guillaume Nault2022-02-231-1/+2
* ax25: improve the incomplete fix to avoid UAF and NPD bugsDuoming Zhou2022-02-231-3/+6
* tipc: rate limit warning for received illegal binding updateJon Maloy2022-02-161-1/+1
* ipmr,ip6mr: acquire RTNL before calling ip[6]mr_free_table() on failure pathEric Dumazet2022-02-162-0/+4
* net: bridge: fix stale eth hdr pointer in br_dev_xmitNikolay Aleksandrov2022-02-161-4/+2
* net: sched: Clarify error message when qdisc kind is unknownVictor Nogueira2022-02-161-1/+1
* tipc: improve size validations for received domain recordsJon Maloy2022-02-112-1/+6
* net: ieee802154: Return meaningful error codes from the netlink helpersMiquel Raynal2022-02-081-4/+4
* af_packet: fix data-race in packet_setsockopt / packet_setsockoptEric Dumazet2022-02-081-2/+6
* rtnetlink: make sure to refresh master_dev/m_ops in __rtnl_newlink()Eric Dumazet2022-02-081-2/+4
* tcp: fix possible socket leaks in internal pacing modeEric Dumazet2022-02-081-8/+23
* netfilter: nat: limit port clash resolution attemptsFlorian Westphal2022-02-081-6/+23
* netfilter: nat: remove l4 protocol port roversFlorian Westphal2022-02-085-26/+7
* ipv4: tcp: send zero IPID in SYNACK messagesEric Dumazet2022-02-081-2/+9
* ipv4: raw: lock the socket in raw_bind()Eric Dumazet2022-02-081-1/+4
* ipv6: annotate accesses to fn->fn_sernumEric Dumazet2022-02-082-11/+14
* net-procfs: show net devices bound packet typesJianguo Wu2022-02-081-3/+32
* ping: fix the sk_bound_dev_if match in ping_lookupXin Long2022-02-081-1/+2
* net: fix information leakage in /proc/net/ptypeCongyu Liu2022-02-082-1/+4
* ipv6_tunnel: Rate limit warning messagesIdo Schimmel2022-02-081-4/+4
* netfilter: nft_payload: do not update layer 4 checksum when mangling fragmentsPablo Neira Ayuso2022-02-081-0/+3
* Bluetooth: refactor malicious adv data checkBrian Gix2022-02-081-5/+5
* net: bridge: clear bridge's private skb space on xmitNikolay Aleksandrov2022-01-291-0/+2
* net_sched: restore "mpu xxx" handlingKevin Bracey2022-01-271-0/+1
* netns: add schedule point in ops_exit_list()Eric Dumazet2022-01-271-1/+3
* af_unix: annote lockless accesses to unix_tot_inflight & gc_in_progressEric Dumazet2022-01-272-5/+15
* mac80211: allow non-standard VHT MCS-10/11Ping-Ke Shih2022-01-271-1/+1
* bpf: Do not WARN in bpf_warn_invalid_xdp_action()Paolo Abeni2022-01-271-3/+3
* net-sysfs: update the queue counts in the unregistration pathAntoine Tenart2022-01-271-0/+3
* Bluetooth: Fix debugfs entry leak in hci_register_dev()Wei Yongjun2022-01-271-0/+1
* netfilter: ipt_CLUSTERIP: fix refcount leak in clusterip_tg_check()Xin Xiong2022-01-271-1/+4
* xfrm: state and policy should fail if XFRMA_IF_ID 0Antony Antony2022-01-271-3/+18
* xfrm: interface with if_id 0 should return errorAntony Antony2022-01-271-2/+12
* xfrm: fix a small bug in xfrm_sa_len()Eric Dumazet2022-01-271-1/+1
* netfilter: bridge: add support for pppoe filteringFlorian Westphal2022-01-271-4/+3
* Bluetooth: stop proccessing malicious adv dataPavel Skripkin2022-01-271-1/+7
* Bluetooth: cmtp: fix possible panic when cmtp_init_sockets() failsWang Hai2022-01-271-3/+1
* nfc: llcp: fix NULL error pointer dereference on sendmsg() after failed bind()Krzysztof Kozlowski2022-01-271-0/+5
* can: bcm: switch timer to HRTIMER_MODE_SOFT and remove hrtimer_taskletThomas Gleixner2022-01-271-104/+52
* net: udp: fix alignment problem in udp4_seq_show()yangxingwu2022-01-111-1/+1