aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2021-11-23net: nexthop: fix null pointer dereference when IPv6 is not enabledNikolay Aleksandrov1-3/+7
2021-11-23xfrm: fix policy lookup for ipv6 gre packetsGhalem Boudour2-1/+25
2021-11-22lsm: security_task_getsecid_subj() -> security_current_getsecid_subj()Paul Moore2-2/+2
2021-11-22SUNRPC: use different lock keys for INET6 and LOCALNeilBrown1-5/+5
2021-11-22devlink: Add 'enable_iwarp' generic device paramShiraz Saleem1-0/+5
2021-11-22net: nexthop: release IPv6 per-cpu dsts when replacing a nexthop groupNikolay Aleksandrov1-2/+23
2021-11-22net: ipv6: add fib6_nh_release_dsts stubNikolay Aleksandrov2-0/+20
2021-11-22skbuff: Switch structure bounds to struct_group()Kees Cook1-9/+5
2021-11-22skbuff: Move conditional preprocessor directives out of struct sk_buffKees Cook1-5/+5
2021-11-22net, neigh: Fix crash in v6 module initialization error pathDaniel Borkmann1-0/+1
2021-11-22net/smc: Avoid warning of possible recursive lockingWen Gu1-1/+1
2021-11-22vsock/virtio: suppress used length validationMichael S. Tsirkin1-0/+1
2021-11-22arp: Remove #ifdef CONFIG_PROC_FSYajun Deng1-25/+8
2021-11-22net-sysfs: Slightly optimize 'xps_queue_show()'Christophe JAILLET1-1/+1
2021-11-22rds: Fix a typo in a commentChristophe JAILLET1-1/+1
2021-11-22net: annotate accesses to dev->gso_max_segsEric Dumazet6-7/+8
2021-11-22net: annotate accesses to dev->gso_max_sizeEric Dumazet5-5/+6
2021-11-22ipv6: fix typos in __ip6_finish_output()Eric Dumazet1-1/+1
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen3-8/+19
2021-11-22ethtool: add support to set/get rx buf len via ethtoolHao Chen2-3/+22
2021-11-22ethtool: add support to set/get tx copybreak buf size via ethtoolHao Chen2-0/+2
2021-11-20af_unix: fix regression in read after shutdownVincent Whitchurch1-3/+0
2021-11-20mptcp: use delegate action to schedule 3rd ack retransPaolo Abeni3-41/+60
2021-11-20mptcp: fix delack timerEric Dumazet1-1/+2
2021-11-20mptcp: sockopt: add SOL_IP freebind & transparent optionsFlorian Westphal2-2/+67
2021-11-20mptcp: Support for IP_TOS for MPTCP setsockopt()Poorva Sonparote1-0/+40
2021-11-20ipv4: Exposing __ip_sock_set_tos() in ip.hPoorva Sonparote1-1/+1
2021-11-20net: kunit: add a test for dev_addr_listsJakub Kicinski3-0/+243
2021-11-20dev_addr_list: put the first addr on the treeJakub Kicinski1-28/+34
2021-11-20dev_addr: add a modification checkJakub Kicinski2-0/+20
2021-11-20net: unexport dev_addr_init() & dev_addr_flush()Jakub Kicinski1-2/+0
2021-11-20net: constify netdev->dev_addrJakub Kicinski1-0/+10
2021-11-20bpf, sockmap: Re-evaluate proto ops when psock is removed from sockmapJohn Fastabend2-1/+9
2021-11-20bpf, sockmap: Attach map progs to psock early for feature probesJohn Fastabend1-4/+6
2021-11-19net/bridge: replace simple_strtoul to kstrtolBernard Zhao1-4/+3
2021-11-19ethtool: stats: Use struct_group() to clear all stats at onceKees Cook1-8/+7
2021-11-19net/af_iucv: Use struct_group() to zero struct iucv_sock regionKees Cook1-1/+1
2021-11-19ipv6: Use memset_after() to zero rt6_infoKees Cook1-3/+1
2021-11-19net: 802: Use memset_startat() to clear struct fieldsKees Cook1-1/+1
2021-11-19net: dccp: Use memset_startat() for TP zeroingKees Cook1-3/+1
2021-11-19net/af_iucv: fix kernel doc commentsHeiko Carstens1-19/+19
2021-11-19net/iucv: fix kernel doc commentsHeiko Carstens1-62/+62
2021-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller5-13/+10
2021-11-19cfg80211: move offchan_cac_event to a dedicated workLorenzo Bianconi3-23/+46
2021-11-19mac80211: introduce set_radar_offchan callbackLorenzo Bianconi1-0/+13
2021-11-19cfg80211: implement APIs for dedicated radar detection HWLorenzo Bianconi6-6/+176
2021-11-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski30-155/+197
2021-11-18Merge tag 'net-5.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds27-101/+186
2021-11-18xfrm: Remove duplicate assignmentluo penghao1-1/+0
2021-11-18ipv6/esp6: Remove structure variables and alignment statementsluo penghao1-2/+1