summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-6.1-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-11-2441-223/+295
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Jakub Kicinski2022-11-238-15/+57
| |\
| | * xfrm: Fix ignored return value in xfrm6_init()Chen Zhongjin2022-11-221-1/+5
| | * xfrm: Fix oops in __xfrm_state_delete()Thomas Jarosch2022-11-221-1/+1
| | * af_key: Fix send_acquire race with pfkey_registerHerbert Xu2022-10-271-10/+22
| | * xfrm: replay: Fix ESN wrap around for GSOChristian Langrock2022-10-194-2/+21
| | * xfrm: lwtunnel: squelch kernel warning in case XFRM encap type is not availableEyal Birger2022-10-121-1/+3
| | * xfrm: fix "disable_policy" on ipv4 early demuxEyal Birger2022-10-121-0/+5
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2022-11-233-6/+8
| |\ \
| | * | netfilter: flowtable_offload: add missing lockingFelix Fietkau2022-11-221-0/+4
| | * | netfilter: ipset: restore allowing 64 clashing elements in hash:net,ifaceJozsef Kadlecsik2022-11-221-1/+1
| | * | netfilter: ipset: regression in ip_set_hash_ip.cVishwanath Pai2022-11-211-5/+3
| * | | l2tp: Don't sleep and disable BH under writer-side sk_callback_lockJakub Sitnicki2022-11-231-8/+9
| * | | ipv4: Fix error return code in fib_table_insert()Ziyang Xuan2022-11-221-1/+3
| * | | dccp/tcp: Fixup bhash2 bucket when connect() fails.Kuniyuki Iwashima2022-11-227-16/+40
| * | | dccp/tcp: Update saddr under bhash's lock.Kuniyuki Iwashima2022-11-226-85/+55
| * | | dccp/tcp: Remove NULL check for prev_saddr in inet_bhash2_update_saddr().Kuniyuki Iwashima2022-11-221-7/+4
| * | | dccp/tcp: Reset saddr on failure after inet6?_hash_connect().Kuniyuki Iwashima2022-11-224-0/+8
| * | | NFC: nci: fix memory leak in nci_rx_data_packet()Liu Shixin2022-11-221-1/+3
| * | | net: sched: allow act_ct to be built without NF_NATXin Long2022-11-221-1/+1
| * | | tipc: check skb_linearize() return value in tipc_disc_rcv()YueHaibing2022-11-211-1/+4
| * | | tipc: add an extra conn_get in tipc_conn_allocXin Long2022-11-211-3/+6
| * | | tipc: set con sock in tipc_conn_allocXin Long2022-11-211-6/+5
| |/ /
| * | ipv4/fib: Replace zero-length array with DECLARE_FLEX_ARRAY() helperKees Cook2022-11-211-1/+1
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfDavid S. Miller2022-11-2112-41/+49
| |\ \
| | * | netfilter: nf_tables: do not set up extensions for end intervalPablo Neira Ayuso2022-11-181-2/+4
| | * | netfilter: conntrack: Fix data-races around ct markDaniel Xu2022-11-1811-39/+45
| * | | nfc/nci: fix race with opening and closingLin Ma2022-11-181-1/+1
| * | | rxrpc: Fix race between conn bundle lookup and bundle removal [ZDI-CAN-15975]David Howells2022-11-182-15/+24
| |/ /
| * | net: neigh: decrement the family specific qlenThomas Zeitlhofer2022-11-181-28/+30
* | | Merge tag '9p-for-6.1-rc7' of https://github.com/martinetd/linuxLinus Torvalds2022-11-232-11/+22
|\ \ \ | |/ / |/| |
| * | 9p/xen: check logical size for buffer sizeDominique Martinet2022-11-231-0/+9
| * | 9p/fd: Use P9_HDRSZ for header sizeGUO Zihua2022-11-181-3/+3
| * | 9p/fd: Fix write overflow in p9_read_workGUO Zihua2022-11-181-8/+8
| * | 9p/fd: fix issue of list_del corruption in p9_fd_cancel()Zhengchao Shao2022-11-181-0/+2
* | | tcp: configurable source port perturb table sizeGleb Mazovetskiy2022-11-162-5/+15
* | | l2tp: Serialize access to sk_user_data with sk_callback_lockJakub Sitnicki2022-11-161-6/+13
* | | net: dsa: don't leak tagger-owned storage on switch driver unbindVladimir Oltean2022-11-151-0/+10
* | | net/x25: Fix skb leak in x25_lapb_receive_frame()Wei Yongjun2022-11-151-1/+1
* | | bridge: switchdev: Fix memory leaks when changing VLAN protocolIdo Schimmel2022-11-151-3/+14
* | | kcm: close race conditions on sk_receive_queueCong Wang2022-11-151-52/+6
* | | net: dsa: make dsa_master_ioctl() see through port_hwtstamp_get() shimsVladimir Oltean2022-11-143-2/+18
* | | net: caif: fix double disconnect client in chnl_net_open()Zhengchao Shao2022-11-141-3/+0
* | | net/tls: Fix memory leak in tls_enc_skb() and tls_sw_fallback_init()Yu Liao2022-11-111-2/+3
* | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2022-11-111-0/+1
|\ \ \
| * | | bpf, test_run: Fix alignment problem in bpf_prog_test_run_skb()Baisong Zhong2022-11-041-0/+1
* | | | mctp: Fix an error handling path in mctp_init()Wei Yongjun2022-11-092-2/+4
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfDavid S. Miller2022-11-092-1/+3
|\ \ \ \
| * | | | netfilter: Cleanup nft_net->module_list from nf_tables_exit_net()Shigeru Yoshida2022-11-081-1/+2
| * | | | netfilter: nfnetlink: fix potential dead lock in nfnetlink_rcv_msg()Ziyang Xuan2022-11-081-0/+1