summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2022-07-29tls: rx: don't consider sock_rcvtimeo() cumulativeJakub Kicinski1-18/+19
2022-07-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski27-121/+203
2022-07-28net: ping6: Fix memleak in ipv6_renew_options().Kuniyuki Iwashima1-0/+6
2022-07-28Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Paolo Abeni3-7/+117
2022-07-28net: devlink: remove redundant net_eq() check from sb_pool_get_dumpit()Jiri Pirko1-2/+1
2022-07-28net/sched: sch_cbq: change the type of cbq_set_lss to voidZhengchao Shao1-2/+1
2022-07-28sctp: leave the err path free in sctp_stream_init to sctp_stream_freeXin Long2-19/+5
2022-07-27SUNRPC: Don't reuse bvec on retransmission of the requestTrond Myklebust3-20/+20
2022-07-27tcp: md5: fix IPv4-mapped supportEric Dumazet1-3/+12
2022-07-27SUNRPC: Reinitialise the backchannel request buffers before reuseTrond Myklebust1-0/+14
2022-07-27net/smc: Enable module load on netlink usageStefan Raspl2-0/+2
2022-07-27net/smc: Pass on DMBE bit mask in IRQ handlerStefan Raspl1-3/+3
2022-07-27s390/ism: CleanupsStefan Raspl1-1/+1
2022-07-27net/smc: Eliminate struct smc_ism_positionHeiko Carstens3-27/+14
2022-07-27ip6mr: remove stray rcu_read_unlock() from ip6_mr_forward()Eric Dumazet1-3/+1
2022-07-27mptcp: Do not return EINPROGRESS when subflow creation succeedsMat Martineau1-1/+1
2022-07-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski3-1/+39
2022-07-27Merge tag 'for-net-2022-07-26' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski3-17/+51
2022-07-27tls: rx: do not use the standard strparserJakub Kicinski4-67/+541
2022-07-27tls: rx: device: add input CoW helperJakub Kicinski3-10/+21
2022-07-27tcp: allow tls to decrypt directly from the tcp rcv queueJakub Kicinski1-1/+41
2022-07-27tls: rx: device: keep the zero copy status with offloadJakub Kicinski3-5/+35
2022-07-27tls: rx: don't free the output in case of zero-copyJakub Kicinski1-13/+13
2022-07-27tls: rx: factor SW handling out of tls_rx_one_record()Jakub Kicinski1-36/+57
2022-07-27tls: rx: wrap recv_pkt accesses in helpersJakub Kicinski2-5/+11
2022-07-26net: devlink: introduce nested devlink entity for line cardJiri Pirko1-0/+42
2022-07-26net: devlink: move net check into devlinks_xa_for_each_registered_get()Jiri Pirko1-96/+39
2022-07-26net: devlink: make sure that devlink_try_get() works with valid pointer durin...Jiri Pirko1-91/+80
2022-07-26Bluetooth: L2CAP: Fix use-after-free caused by l2cap_chan_putLuiz Augusto von Dentz1-13/+48
2022-07-26Bluetooth: Always set event mask on suspendAbhishek Pandit-Subedi1-3/+3
2022-07-26Bluetooth: mgmt: Fix double free on error pathDan Carpenter1-1/+0
2022-07-26wifi: mac80211: do not abuse fq.lock in ieee80211_do_stop()Tetsuo Handa1-2/+1
2022-07-26netfilter: nft_queue: only allow supported familes and hooksFlorian Westphal1-0/+27
2022-07-26netfilter: nf_tables: add rescheduling points during loop detection walksFlorian Westphal1-0/+6
2022-07-26netfilter: nf_queue: do not allow packet truncation below transport header of...Florian Westphal1-1/+6
2022-07-26flow_offload: Introduce flow_match_pppoeWojciech Drewek1-0/+7
2022-07-26net/sched: flower: Add PPPoE filterWojciech Drewek1-0/+64
2022-07-26flow_dissector: Add PPPoE dissectorsWojciech Drewek1-7/+46
2022-07-26bridge: Do not send empty IFLA_AF_SPEC attributeBenjamin Poirier1-2/+6
2022-07-26bpf: Fix bpf_xdp_pointer return pointerJoanne Koong1-1/+1
2022-07-26bpf: Set flow flag to allow any source IP in bpf_tunnel_keyPaul Chaignon1-0/+1
2022-07-26sctp: fix sleep in atomic context bug in timer handlersDuoming Zhou1-1/+1
2022-07-26net: delete extra space and tab in blank lineWilliam Dean2-2/+2
2022-07-26net: dsa: fix reference counting for LAG FDBsVladimir Oltean1-0/+1
2022-07-26Merge tag 'wireless-next-2022-07-25' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski43-2752/+5229
2022-07-25SUNRPC create a function that probes only offline transportsOlga Kornievskaia1-0/+65
2022-07-25SUNRPC export xprt_iter_rewind functionOlga Kornievskaia1-1/+0
2022-07-25SUNRPC restructure rpc_clnt_setup_test_and_add_xprtOlga Kornievskaia1-21/+31
2022-07-25SUNRPC create an rpc function that allows xprt removal from rpc_clntOlga Kornievskaia3-7/+22
2022-07-25SUNRPC enable back offline transports in trunking discoveryOlga Kornievskaia1-0/+14