summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2021-01-07skbuff: replace sock_zerocopy_get with skb_zcopy_getJonathan Lemon1-1/+1
2021-01-07skbuff: replace sock_zerocopy_put() with skb_zcopy_put()Jonathan Lemon2-9/+2
2021-01-07skbuff: Push status and refcounts into sock_zerocopy_callbackJonathan Lemon1-3/+11
2021-01-07skbuff: simplify sock_zerocopy_putJonathan Lemon1-6/+2
2021-01-07net: dsa: remove the DSA specific notifiersVladimir Oltean2-39/+0
2021-01-07net: dsa: export dsa_slave_dev_checkVladimir Oltean2-1/+1
2021-01-07net: dsa: move the Broadcom tag information in a separate header fileVladimir Oltean1-0/+1
2021-01-07net: dsa: listen for SWITCHDEV_{FDB,DEL}_ADD_TO_DEVICE on foreign bridge neig...Vladimir Oltean1-11/+55
2021-01-07net: dsa: exit early in dsa_slave_switchdev_event if we can't program the FDBVladimir Oltean1-0/+3
2021-01-07net: dsa: move switchdev event implementation under the same switch/case stat...Vladimir Oltean1-19/+16
2021-01-07net: dsa: don't use switchdev_notifier_fdb_info in dsa_switchdev_event_workVladimir Oltean2-53/+65
2021-01-07net: dsa: be louder when a non-legacy FDB operation failsVladimir Oltean1-3/+7
2021-01-07net: bridge: notify switchdev of disappearance of old FDB entry upon migrationVladimir Oltean1-0/+1
2021-01-07udp_tunnel: reshuffle NETIF_F_RX_UDP_TUNNEL_PORT checksJakub Kicinski1-10/+0
2021-01-07udp_tunnel: hard-wire NDOs to udp_tunnel_nic_*_port() helpersJakub Kicinski2-13/+7
2021-01-07Merge tag 'linux-can-next-for-5.12-20210106' of git://git.kernel.org/pub/scm/...Jakub Kicinski1-4/+12
2021-01-06net: dsa: print error on invalid port indexRafał Miłecki1-0/+2
2021-01-06can: raw: return -ERANGE when filterset does not fit into user space bufferOliver Hartkopp1-4/+12
2021-01-05net: nfc: nci: Change the NCI close sequenceBongsu Jeon1-2/+2
2021-01-05net: kcm: Replace fput with sockfd_putZheng Yongjun1-2/+2
2021-01-05net: tipc: Replace expression with offsetof()Zheng Yongjun1-1/+1
2021-01-05Merge tag 'net-5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds24-68/+136
2021-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski3-6/+18
2021-01-04net: lapb: Decrease the refcount of "struct lapb_cb" in lapb_device_eventXie He1-0/+1
2020-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller3-5/+19
2020-12-28erspan: fix version 1 check in gre_parse_header()Cong Wang1-1/+1
2020-12-28net: sched: prevent invalid Scell_log shift countRandy Dunlap4-4/+4
2020-12-28net: neighbor: fix a crash caused by mod zeroweichenchen1-4/+2
2020-12-28ipv4: Ignore ECN bits for fib lookups in fib_compute_spec_dst()Guillaume Nault1-1/+1
2020-12-28net: mptcp: cap forward allocation to 1MDavide Caratti1-1/+4
2020-12-28net-sysfs: take the rtnl lock when accessing xps_rxqs_map and num_tcAntoine Tenart1-5/+18
2020-12-28net-sysfs: take the rtnl lock when storing xps_rxqsAntoine Tenart1-0/+7
2020-12-28net-sysfs: take the rtnl lock when accessing xps_cpus_map and num_tcAntoine Tenart1-7/+22
2020-12-28net-sysfs: take the rtnl lock when storing xps_cpusAntoine Tenart1-0/+6
2020-12-28libceph: align session_key and con_secret to 16 bytesIlya Dryomov1-2/+10
2020-12-28libceph: fix auth_signature buffer allocation in secure modeIlya Dryomov1-1/+2
2020-12-28netfilter: nftables: add set expression flagsPablo Neira Ayuso2-3/+12
2020-12-28netfilter: nft_dynset: report EOPNOTSUPP on missing set featurePablo Neira Ayuso1-3/+3
2020-12-27netfilter: xt_RATEEST: reject non-null terminated string from userspaceFlorian Westphal1-0/+3
2020-12-23net/ncsi: Use real net-device for response handlerJohn Wang1-1/+1
2020-12-23net: dcb: Validate netlink message in DCB handlerPetr Machata1-0/+2
2020-12-21Merge tag '9p-for-5.11-rc1' of git://github.com/martinetd/linuxLinus Torvalds1-5/+9
2020-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski5-29/+23
2020-12-18net/sched: sch_taprio: ensure to reset/destroy all child qdiscsDavide Caratti1-3/+4
2020-12-18net: af_packet: fix procfs header for 64-bit pointersBaruch Siach1-1/+3
2020-12-18xsk: Rollback reservation at NETDEV_TX_BUSYMagnus Karlsson2-0/+8
2020-12-18xsk: Fix race in SKB mode transmit with shared cqMagnus Karlsson2-3/+7
2020-12-17xsk: Fix memory leak for failed bindMagnus Karlsson2-2/+4
2020-12-17Merge tag 'net-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds9-35/+88
2020-12-17Merge tag 'nfs-for-5.11-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds13-453/+769