summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: ieee802154: Return meaningful error codes from the netlink helpersMiquel Raynal2022-02-081-4/+4
* tcp: add missing tcp_skb_can_collapse() test in tcp_shift_skb_data()Eric Dumazet2022-02-051-0/+2
* af_packet: fix data-race in packet_setsockopt / packet_setsockoptEric Dumazet2022-02-051-2/+6
* rtnetlink: make sure to refresh master_dev/m_ops in __rtnl_newlink()Eric Dumazet2022-02-051-2/+4
* net: sched: fix use-after-free in tc_new_tfilter()Eric Dumazet2022-02-051-4/+7
* net: bridge: vlan: fix memory leak in __allowed_ingressTim Yi2022-02-011-3/+3
* ipv4: tcp: send zero IPID in SYNACK messagesEric Dumazet2022-02-011-2/+9
* ipv4: raw: lock the socket in raw_bind()Eric Dumazet2022-02-011-1/+4
* net: bridge: vlan: fix single net device option dumpingNikolay Aleksandrov2022-02-011-1/+2
* Revert "ipv6: Honor all IPv6 PIO Valid Lifetime values"Guillaume Nault2022-02-011-7/+20
* ipv4: fix ip option filtering for locally generated fragmentsJakub Kicinski2022-02-011-3/+12
* net: ipv4: Fix the warning for dereferenceYajun Deng2022-02-011-1/+3
* net: ipv4: Move ip_options_fragment() out of loopYajun Deng2022-02-011-15/+4
* rxrpc: Adjust retransmission backoffDavid Howells2022-02-012-6/+4
* netfilter: conntrack: don't increment invalid counter on NF_REPEATFlorian Westphal2022-02-011-3/+5
* ipv6: annotate accesses to fn->fn_sernumEric Dumazet2022-02-012-11/+14
* net-procfs: show net devices bound packet typesJianguo Wu2022-02-011-3/+32
* ping: fix the sk_bound_dev_if match in ping_lookupXin Long2022-02-011-1/+2
* net: fix information leakage in /proc/net/ptypeCongyu Liu2022-02-012-1/+4
* ipv6_tunnel: Rate limit warning messagesIdo Schimmel2022-02-011-4/+4
* netfilter: nft_payload: do not update layer 4 checksum when mangling fragmentsPablo Neira Ayuso2022-02-011-0/+3
* fsnotify: fix fsnotify hooks in pseudo filesystemsAmir Goldstein2022-02-011-2/+2
* Bluetooth: refactor malicious adv data checkBrian Gix2022-02-011-5/+5
* net_sched: restore "mpu xxx" handlingKevin Bracey2022-01-271-0/+1
* devlink: Remove misleading internal_flags from health reporter dumpLeon Romanovsky2022-01-271-2/+0
* gre: Don't accidentally set RTO_ONLINK in gre_fill_metadata_dst()Guillaume Nault2022-01-271-2/+3
* xfrm: Don't accidentally set RTO_ONLINK in decode_session4()Guillaume Nault2022-01-271-1/+2
* netns: add schedule point in ops_exit_list()Eric Dumazet2022-01-271-1/+3
* inet: frags: annotate races around fqdir->dead and fqdir->high_threshEric Dumazet2022-01-272-4/+7
* net/smc: Fix hung_task when removing SMC-R devicesWen Gu2022-01-271-16/+1
* af_unix: annote lockless accesses to unix_tot_inflight & gc_in_progressEric Dumazet2022-01-272-5/+15
* ipv4: avoid quadratic behavior in netns dismantleEric Dumazet2022-01-271-19/+17
* ipv4: update fib_info_cnt under spinlock protectionEric Dumazet2022-01-271-3/+8
* xdp: check prog type before updating BPF linkToke Høiland-Jørgensen2022-01-271-0/+6
* Bluetooth: hci_sync: Fix not setting adv set durationLuiz Augusto von Dentz2022-01-271-1/+1
* xfrm: fix policy lookup for ipv6 gre packetsGhalem Boudour2022-01-272-1/+25
* mac80211: allow non-standard VHT MCS-10/11Ping-Ke Shih2022-01-271-1/+1
* xfrm: rate limit SA mapping change message to user spaceAntony Antony2022-01-273-4/+43
* 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
* batman-adv: allow netlink usage in unprivileged containersLinus Lüssing2022-01-271-15/+15
* Bluetooth: Fix debugfs entry leak in hci_register_dev()Wei Yongjun2022-01-271-0/+1
* netrom: fix api breakage in nr_setsockopt()Dan Carpenter2022-01-271-6/+6
* ax25: uninitialized variable in ax25_setsockopt()Dan Carpenter2022-01-271-5/+5
* Bluetooth: L2CAP: uninitialized variables in l2cap_sock_setsockopt()Dan Carpenter2022-01-271-6/+8
* netfilter: nft_set_pipapo: allocate pcpu scratch maps on cloneFlorian Westphal2022-01-271-0/+8
* bpf: Fix SO_RCVBUF/SO_SNDBUF handling in _bpf_setsockopt().Kuniyuki Iwashima2022-01-271-0/+2
* netfilter: ipt_CLUSTERIP: fix refcount leak in clusterip_tg_check()Xin Xiong2022-01-271-1/+4
* Bluetooth: L2CAP: Fix using wrong modeLuiz Augusto von Dentz2022-01-271-2/+10
* xfrm: state and policy should fail if XFRMA_IF_ID 0Antony Antony2022-01-271-3/+18