summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2021-08-08batman-adv: Check ptr for NULL before reducing its refcntSven Eckelmann14-113/+181
2021-08-08batman-adv: Switch to kstrtox.h for kstrtou64Sven Eckelmann1-1/+1
2021-08-08batman-adv: Start new development cycleSimon Wunderlich1-1/+1
2021-08-05net: Remove redundant if statementsYajun Deng39-168/+82
2021-08-05net/ipv6/mcast: Use struct_size() helperGustavo A. R. Silva1-7/+13
2021-08-05net/ipv4/igmp: Use struct_size() helperGustavo A. R. Silva1-7/+13
2021-08-05net/ipv4/ipv6: Replace one-element arraya with flexible-array membersGustavo A. R. Silva2-18/+19
2021-08-05net: core: don't call SIOCBRADD/DELIF for non-bridge devicesNikolay Aleksandrov1-0/+2
2021-08-05net: bridge: fix ioctl old_deviceless bridge argumentNikolay Aleksandrov1-1/+1
2021-08-05net: bridge: fix ioctl lockingNikolay Aleksandrov3-17/+31
2021-08-05net/ipv4: Revert use of struct_size() helperGustavo A. R. Silva2-9/+7
2021-08-05net: fix GRO skb truesize updatePaolo Abeni1-1/+1
2021-08-05net: dsa: give preference to local CPU portsVladimir Oltean1-3/+39
2021-08-05net: dsa: rename teardown_default_cpu to teardown_cpu_portsVladimir Oltean1-5/+5
2021-08-05mctp: remove duplicated assignment of pointer hdrColin Ian King1-1/+0
2021-08-04net: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior1-2/+2
2021-08-04pktgen: Remove redundant clone_skb overrideNick Richardson1-5/+0
2021-08-04sock: allow reading and changing sk_userlocks with setsockoptPavel Tikhomirov1-0/+13
2021-08-04net: make switchdev_bridge_port_{,unoffload} loosely coupled with the bridgeVladimir Oltean4-28/+136
2021-08-04Merge tag 'linux-can-next-for-5.15-20210804' of git://git.kernel.org/pub/scm/...David S. Miller3-43/+136
2021-08-04can: j1939: extend UAPI to notify about RX statusOleksij Rempel3-34/+127
2021-08-04can: j1939: rename J1939_ERRQUEUE_* to J1939_ERRQUEUE_TX_*Oleksij Rempel3-10/+10
2021-08-04ipv6: exthdrs: get rid of indirect calls in ip6_parse_tlv()Eric Dumazet1-59/+46
2021-08-04net: add netif_set_real_num_queues() for device reconfigJakub Kicinski1-0/+44
2021-08-04net: add extack arg for link opsRocco Yue3-8/+11
2021-08-04af_unix: Add OOB supportRao Shoaib2-2/+156
2021-08-04net: dsa: tag_sja1105: consistently fail with arbitrary inputVladimir Oltean1-1/+1
2021-08-04net: bridge: switchdev: fix incorrect use of FDB flags when picking the dst d...Vladimir Oltean2-2/+2
2021-08-04net: decnet: Fix refcount warning for new dn_fib_infoYajun Deng1-1/+1
2021-08-03move netdev_boot_setup into Space.cArnd Bergmann2-127/+0
2021-08-03ethtool: runtime-resume netdev parent in ethnl_ops_beginHeiner Kallweit1-6/+25
2021-08-03ethtool: move netif_device_present check from ethnl_parse_header_dev_get to e...Heiner Kallweit1-7/+7
2021-08-03ethtool: move implementation of ethnl_ops_begin/complete to netlink.cHeiner Kallweit2-13/+16
2021-08-03ethtool: runtime-resume netdev parent before ethtool ioctl opsHeiner Kallweit1-3/+15
2021-08-03net: Keep vertical alignmentYajun Deng2-6/+8
2021-08-03bpf: use skb_expand_head in bpf_out_neigh_v4/6Vasily Averin1-22/+5
2021-08-03ax25: use skb_expand_headVasily Averin3-23/+7
2021-08-03ipv4: use skb_expand_head in ip_finish_output2Vasily Averin1-11/+2
2021-08-03ipv6: use skb_expand_head in ip6_xmitVasily Averin1-16/+11
2021-08-03ipv6: use skb_expand_head in ip6_finish_output2Vasily Averin1-35/+16
2021-08-03skbuff: introduce skb_expand_head()Vasily Averin1-0/+42
2021-08-03can: j1939: j1939_session_tx_dat(): fix typoMarc Kleine-Budde1-1/+1
2021-08-02ipv4: Fix refcount warning for new fib_infoDavid Ahern1-1/+1
2021-08-02net/ipv4: Replace one-element array with flexible-array memberGustavo A. R. Silva2-13/+14
2021-08-02net: dsa: remove the struct packet_type argument from dsa_device_ops::rcv()Vladimir Oltean16-44/+23
2021-08-02nfc: hci: pass callback data param as pointer in nci_request()Krzysztof Kozlowski2-70/+65
2021-08-02net_sched: refactor TC action init APICong Wang33-159/+168
2021-07-31Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski4-106/+377
2021-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski30-136/+296
2021-07-31Merge tag 'net-5.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds29-134/+247