summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | netlink: introduce bigendian integer typesFlorian Westphal2022-11-011-3/+3
| |/ /
| * | net: sched: Fix use after free in red_enqueue()Dan Carpenter2022-10-311-1/+3
| * | net: dsa: fall back to default tagger if we can't load the one from DTVladimir Oltean2022-10-281-3/+10
| * | net: also flag accepted sockets supporting msghdr originated zerocopyStefan Metzmacher2022-10-281-0/+2
| * | net/ulp: remove SOCK_SUPPORT_ZC from tls socketsPavel Begunkov2022-10-281-0/+3
| * | net: remove SOCK_SUPPORT_ZC from sockmapPavel Begunkov2022-10-283-8/+8
| * | udp: advertise ipv6 udp support for msghdr::ubuf_infoPavel Begunkov2022-10-281-0/+1
| * | net: openvswitch: add missing .resv_start_opJakub Kicinski2022-10-281-0/+1
* | | Merge tag 'nfs-for-6.1-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2022-11-022-3/+11
|\ \ \ | |/ / |/| |
| * | SUNRPC: Fix crasher in gss_unwrap_resp_integ()Chuck Lever2022-10-271-1/+1
| * | SUNRPC: Fix null-ptr-deref when xps sysfs alloc failedZhang Xiaoxu2022-10-271-2/+10
* | | kcm: do not sense pfmemalloc status in kcm_sendpage()Eric Dumazet2022-10-271-1/+1
* | | net: do not sense pfmemalloc status in skb_append_pagefrags()Eric Dumazet2022-10-271-1/+1
* | | Merge tag 'linux-can-fixes-for-6.1-20221027' of git://git.kernel.org/pub/scm/...Jakub Kicinski2022-10-271-1/+3
|\ \ \
| * | | can: j1939: transport: j1939_session_skb_drop_old(): spin_unlock_irqrestore()...Yang Yingliang2022-10-271-1/+3
* | | | nh: fix scope used to find saddr when adding non gw nhNicolas Dichtel2022-10-271-1/+1
* | | | Revert "ip: fix dflt addr selection for connected nexthop"Nicolas Dichtel2022-10-271-1/+1
* | | | Revert "ip: fix triggering of 'icmp redirect'"Nicolas Dichtel2022-10-271-2/+2
* | | | genetlink: limit the use of validation workarounds to old opsJakub Kicinski2022-10-271-0/+2
* | | | openvswitch: switch from WARN to pr_warnAaron Conole2022-10-271-1/+2
|/ / /
* | | ipv6: ensure sane device mtu in tunnelsEric Dumazet2022-10-253-13/+18
* | | Merge tag 'ieee802154-for-net-2022-10-24' of git://git.kernel.org/pub/scm/lin...Jakub Kicinski2022-10-242-3/+6
|\ \ \
| * | | mac802154: Fix LQI recordingMiquel Raynal2022-10-241-2/+3
| * | | net: ieee802154: fix error return code in dgram_bind()Wei Yongjun2022-10-071-1/+3
* | | | mptcp: fix abba deadlock on fastopenPaolo Abeni2022-10-241-15/+34
* | | | mptcp: factor out mptcp_connect()Paolo Abeni2022-10-242-67/+73
* | | | mptcp: set msk local address earlierPaolo Abeni2022-10-243-2/+9
* | | | genetlink: piggy back on resv_op to default to a reject policyJakub Kicinski2022-10-241-0/+23
* | | | ethtool: eeprom: fix null-deref on genl_info in dumpXin Long2022-10-241-1/+1
* | | | Merge tag 'net-6.1-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-10-246-15/+40
|\ \ \ \ | |_|/ / |/| | |
| * | | tcp: fix indefinite deferral of RTO with SACK renegingNeal Cardwell2022-10-241-1/+2
| * | | tcp: fix a signed-integer-overflow bug in tcp_add_backlog()Lu Wei2022-10-241-1/+3
| * | | net: fix UAF issue in nfqnl_nf_hook_drop() when ops_init() failedZhengchao Shao2022-10-241-0/+7
| * | | kcm: annotate data-races around kcm->rx_waitEric Dumazet2022-10-241-6/+11
| * | | kcm: annotate data-races around kcm->rx_psockEric Dumazet2022-10-241-3/+5
| * | | ethtool: pse-pd: fix null-deref on genl_info in dumpJakub Kicinski2022-10-211-1/+1
| * | | tipc: fix a null-ptr-deref in tipc_topsrv_acceptXin Long2022-10-201-4/+12
| | |/ | |/|
* | | Merge tag 'io_uring-6.1-2022-10-22' of git://git.kernel.dk/linuxLinus Torvalds2022-10-232-0/+2
|\ \ \ | |/ / |/| |
| * | net: flag sockets supporting msghdr originated zerocopyPavel Begunkov2022-10-222-0/+2
* | | Merge tag 'net-6.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-10-2024-36/+105
|\ \ \ | |/ / |/| |
| * | net: sched: fix race condition in qdisc_graft()Eric Dumazet2022-10-191-2/+3
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2022-10-195-2/+8
| |\ \
| | * | netfilter: nf_tables: relax NFTA_SET_ELEM_KEY_END set flags requirementsPablo Neira Ayuso2022-10-191-2/+3
| | * | netfilter: rpfilter/fib: Set ->flowic_uid correctly for user namespaces.Guillaume Nault2022-10-194-0/+5
| * | | net: Fix return value of qdisc ingress handling on successPaul Blakey2022-10-191-0/+4
| * | | net: sched: sfb: fix null pointer access issue when sfb_init() failsZhengchao Shao2022-10-191-1/+2
| * | | Revert "net: sched: fq_codel: remove redundant resource cleanup in fq_codel_i...Zhengchao Shao2022-10-191-8/+17
| * | | net: sched: cake: fix null pointer access issue when cake_init() failsZhengchao Shao2022-10-191-0/+4
| * | | net: hsr: avoid possible NULL deref in skb_clone()Eric Dumazet2022-10-181-6/+6
| |/ /
| * | ip6mr: fix UAF issue in ip6mr_sk_done() when addrconf_init_net() failedZhengchao Shao2022-10-181-0/+2