summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2021-11-27af_unix: Use offsetof() instead of sizeof().Kuniyuki Iwashima2-8/+14
2021-11-27bridge: use __set_bit in __br_vlan_set_default_pvidXin Long1-2/+2
2021-11-27net: ethtool: set a default driver nameTonghao Zhang1-0/+3
2021-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski26-121/+255
2021-11-26net/smc: Don't call clcsock shutdown twice when smc shutdownTony Lu1-1/+7
2021-11-26net: vlan: fix underflow for the real_dev refcntZiyang Xuan2-3/+3
2021-11-26ethtool: ioctl: fix potential NULL deref in ethtool_set_coalesce()Julian Wiedmann1-1/+1
2021-11-26net/sched: sch_ets: don't peek at classes beyond 'nbands'Davide Caratti1-3/+5
2021-11-26sctp: make the raise timer more simple and accurateXin Long3-21/+19
2021-11-26tipc: delete the unlikely branch in tipc_aead_encryptXin Long1-15/+4
2021-11-26tls: fix replacing proto_opsJakub Kicinski1-7/+40
2021-11-26tls: splice_read: fix accessing pre-processed recordsJakub Kicinski1-8/+25
2021-11-26tls: splice_read: fix record type checkJakub Kicinski1-13/+10
2021-11-25net/smc: Fix loop in smc_listenGuo DaXing1-1/+3
2021-11-25net/smc: Fix NULL pointer dereferencing in smc_vlan_by_tcpsk()Karsten Graul1-17/+18
2021-11-25net-ipv6: changes to ->tclass (via IPV6_TCLASS) should sk_dst_reset()Maciej Żenczykowski1-1/+4
2021-11-25net-ipv6: do not allow IPV6_TCLASS to muck with tcp's ECNMaciej Żenczykowski1-0/+4
2021-11-25net: allow SO_MARK with CAP_NET_RAWMaciej Żenczykowski1-1/+2
2021-11-25net: allow CAP_NET_RAW to setsockopt SO_PRIORITYMaciej Żenczykowski1-0/+1
2021-11-25tcp_cubic: fix spurious Hystart ACK train detections for not-cwnd-limited flowsEric Dumazet1-2/+3
2021-11-25net: bridge: Allow base 16 inputs in sysfsIdo Schimmel1-1/+1
2021-11-25gro: remove rcu_read_lock/rcu_read_unlock from gro_complete handlersEric Dumazet7-29/+8
2021-11-25gro: remove rcu_read_lock/rcu_read_unlock from gro_receive handlersEric Dumazet8-40/+13
2021-11-24net/ncsi : Add payload to be 32-bit aligned to fix dropped packetsKumar Thangavel1-8/+16
2021-11-24dccp: Inline dccp_listen_start().Kuniyuki Iwashima1-16/+11
2021-11-24dccp/tcp: Remove an unused argument in inet_csk_listen_start().Kuniyuki Iwashima3-5/+5
2021-11-23net: remove .ndo_change_proto_downJakub Kicinski4-33/+6
2021-11-23net/smc: Ensure the active closing peer first closes clcsockTony Lu1-0/+6
2021-11-23net/smc: Clean up local struct sock variablesTony Lu1-2/+2
2021-11-23net: nexthop: fix null pointer dereference when IPv6 is not enabledNikolay Aleksandrov1-3/+7
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