summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bluetooth: refactor malicious adv data checkBrian Gix2022-02-011-5/+5
* 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
* sch_htb: Fail on unsupported parameters when offload is requestedMaxim Mikityanskiy2022-02-011-0/+20
* net/smc: Transitional solution for clcsock race issueWen Gu2022-02-011-12/+51
* ipv4: fix ip option filtering for locally generated fragmentsJakub Kicinski2022-02-011-3/+12
* 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
* fsnotify: fix fsnotify hooks in pseudo filesystemsAmir Goldstein2022-02-011-2/+2
* sch_api: Don't skip qdisc attach on ingressMaxim Mikityanskiy2022-01-271-1/+1
* net_sched: restore "mpu xxx" handlingKevin Bracey2022-01-271-0/+1
* net: fix sock_timestamping_bind_phc() to release deviceMiroslav Lichvar2022-01-271-0/+2
* 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
* udp6: Use Segment Routing Header for dest address if presentAndrew Lunn2022-01-271-1/+2
* icmp: ICMPV6: Examine invoking packet for Segment Route Headers.Andrew Lunn2022-01-272-1/+35
* seg6: export get_srh() for ICMP handlingAndrew Lunn2022-01-272-31/+31
* 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 removing adv when processing cmd completeArchie Pusaka2022-01-271-2/+4
* Bluetooth: Fix memory leak of hci deviceWei Yongjun2022-01-271-0/+2
* Bluetooth: Fix debugfs entry leak in hci_register_dev()Wei Yongjun2022-01-271-0/+1
* net: openvswitch: Fix ct_state nat flags for conns arriving from tcPaul Blakey2022-01-273-3/+21
* net: openvswitch: Fix matching zone id for invalid conns arriving from tcPaul Blakey2022-01-272-1/+8
* net/sched: flow_dissector: Fix matching on zone id for invalid connsPaul Blakey2022-01-273-2/+5