summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* skbuff: Add skb parameter to the ubuf zerocopy callbackJonathan Lemon2021-01-081-1/+2
* skbuff: replace sock_zerocopy_get with skb_zcopy_getJonathan Lemon2021-01-081-1/+1
* skbuff: replace sock_zerocopy_put() with skb_zcopy_put()Jonathan Lemon2021-01-082-9/+2
* skbuff: Push status and refcounts into sock_zerocopy_callbackJonathan Lemon2021-01-081-3/+11
* skbuff: simplify sock_zerocopy_putJonathan Lemon2021-01-081-6/+2
* net: dsa: remove the DSA specific notifiersVladimir Oltean2021-01-082-39/+0
* net: dsa: export dsa_slave_dev_checkVladimir Oltean2021-01-082-1/+1
* net: dsa: move the Broadcom tag information in a separate header fileVladimir Oltean2021-01-081-0/+1
* net: dsa: listen for SWITCHDEV_{FDB,DEL}_ADD_TO_DEVICE on foreign bridge neig...Vladimir Oltean2021-01-081-11/+55
* net: dsa: exit early in dsa_slave_switchdev_event if we can't program the FDBVladimir Oltean2021-01-081-0/+3
* net: dsa: move switchdev event implementation under the same switch/case stat...Vladimir Oltean2021-01-081-19/+16
* net: dsa: don't use switchdev_notifier_fdb_info in dsa_switchdev_event_workVladimir Oltean2021-01-082-53/+65
* net: dsa: be louder when a non-legacy FDB operation failsVladimir Oltean2021-01-081-3/+7
* net: bridge: notify switchdev of disappearance of old FDB entry upon migrationVladimir Oltean2021-01-081-0/+1
* udp_tunnel: reshuffle NETIF_F_RX_UDP_TUNNEL_PORT checksJakub Kicinski2021-01-071-10/+0
* udp_tunnel: hard-wire NDOs to udp_tunnel_nic_*_port() helpersJakub Kicinski2021-01-072-13/+7
* Merge tag 'linux-can-next-for-5.12-20210106' of git://git.kernel.org/pub/scm/...Jakub Kicinski2021-01-071-4/+12
|\
| * can: raw: return -ERANGE when filterset does not fit into user space bufferOliver Hartkopp2021-01-061-4/+12
* | net: dsa: print error on invalid port indexRafał Miłecki2021-01-071-0/+2
|/
* net: nfc: nci: Change the NCI close sequenceBongsu Jeon2021-01-061-2/+2
* net: kcm: Replace fput with sockfd_putZheng Yongjun2021-01-061-2/+2
* net: tipc: Replace expression with offsetof()Zheng Yongjun2021-01-061-1/+1
* Merge tag 'net-5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-01-0524-68/+136
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski2021-01-043-6/+18
| |\
| | * netfilter: nftables: add set expression flagsPablo Neira Ayuso2020-12-282-3/+12
| | * netfilter: nft_dynset: report EOPNOTSUPP on missing set featurePablo Neira Ayuso2020-12-281-3/+3
| | * netfilter: xt_RATEEST: reject non-null terminated string from userspaceFlorian Westphal2020-12-271-0/+3
| * | net: lapb: Decrease the refcount of "struct lapb_cb" in lapb_device_eventXie He2021-01-041-0/+1
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-12-293-5/+19
| |\ \
| | * | xsk: Rollback reservation at NETDEV_TX_BUSYMagnus Karlsson2020-12-182-0/+8
| | * | xsk: Fix race in SKB mode transmit with shared cqMagnus Karlsson2020-12-182-3/+7
| | * | xsk: Fix memory leak for failed bindMagnus Karlsson2020-12-172-2/+4
| * | | erspan: fix version 1 check in gre_parse_header()Cong Wang2020-12-291-1/+1
| * | | net: sched: prevent invalid Scell_log shift countRandy Dunlap2020-12-284-4/+4
| * | | net: neighbor: fix a crash caused by mod zeroweichenchen2020-12-281-4/+2
| * | | ipv4: Ignore ECN bits for fib lookups in fib_compute_spec_dst()Guillaume Nault2020-12-281-1/+1
| * | | net: mptcp: cap forward allocation to 1MDavide Caratti2020-12-281-1/+4
| * | | net-sysfs: take the rtnl lock when accessing xps_rxqs_map and num_tcAntoine Tenart2020-12-281-5/+18
| * | | net-sysfs: take the rtnl lock when storing xps_rxqsAntoine Tenart2020-12-281-0/+7
| * | | net-sysfs: take the rtnl lock when accessing xps_cpus_map and num_tcAntoine Tenart2020-12-281-7/+22
| * | | net-sysfs: take the rtnl lock when storing xps_cpusAntoine Tenart2020-12-281-0/+6
| | |/ | |/|
| * | net/ncsi: Use real net-device for response handlerJohn Wang2020-12-231-1/+1
| * | net: dcb: Validate netlink message in DCB handlerPetr Machata2020-12-231-0/+2
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski2020-12-195-29/+23
| |\ \
| | * | netfilter: ipset: fix shift-out-of-bounds in htable_bits()Vasily Averin2020-12-171-15/+5
| | * | netfilter: ipset: fixes possible oops in mtype_resizeVasily Averin2020-12-171-9/+13
| | * | netfilter: x_tables: Update remaining dereference to RCUSubash Abhinov Kasiviswanathan2020-12-173-3/+3
| | * | netfilter: nftables: fix incorrect increment of loop counterColin Ian King2020-12-161-2/+2
| | |/
| * | net/sched: sch_taprio: ensure to reset/destroy all child qdiscsDavide Caratti2020-12-191-3/+4
| * | net: af_packet: fix procfs header for 64-bit pointersBaruch Siach2020-12-181-1/+3