summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net/ipv6/mcast: Use struct_size() helperGustavo A. R. Silva2021-08-051-7/+13
* net/ipv4/igmp: Use struct_size() helperGustavo A. R. Silva2021-08-051-7/+13
* net/ipv4/ipv6: Replace one-element arraya with flexible-array membersGustavo A. R. Silva2021-08-052-18/+19
* net: core: don't call SIOCBRADD/DELIF for non-bridge devicesNikolay Aleksandrov2021-08-051-0/+2
* net: bridge: fix ioctl old_deviceless bridge argumentNikolay Aleksandrov2021-08-051-1/+1
* net: bridge: fix ioctl lockingNikolay Aleksandrov2021-08-053-17/+31
* net/ipv4: Revert use of struct_size() helperGustavo A. R. Silva2021-08-052-9/+7
* net: fix GRO skb truesize updatePaolo Abeni2021-08-051-1/+1
* net: dsa: give preference to local CPU portsVladimir Oltean2021-08-051-3/+39
* net: dsa: rename teardown_default_cpu to teardown_cpu_portsVladimir Oltean2021-08-051-5/+5
* mctp: remove duplicated assignment of pointer hdrColin Ian King2021-08-051-1/+0
* net: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior2021-08-041-2/+2
* pktgen: Remove redundant clone_skb overrideNick Richardson2021-08-041-5/+0
* sock: allow reading and changing sk_userlocks with setsockoptPavel Tikhomirov2021-08-041-0/+13
* net: make switchdev_bridge_port_{,unoffload} loosely coupled with the bridgeVladimir Oltean2021-08-044-28/+136
* Merge tag 'linux-can-next-for-5.15-20210804' of git://git.kernel.org/pub/scm/...David S. Miller2021-08-043-43/+136
|\
| * can: j1939: extend UAPI to notify about RX statusOleksij Rempel2021-08-043-34/+127
| * can: j1939: rename J1939_ERRQUEUE_* to J1939_ERRQUEUE_TX_*Oleksij Rempel2021-08-043-10/+10
| * can: j1939: j1939_session_tx_dat(): fix typoMarc Kleine-Budde2021-08-031-1/+1
* | ipv6: exthdrs: get rid of indirect calls in ip6_parse_tlv()Eric Dumazet2021-08-041-59/+46
* | net: add netif_set_real_num_queues() for device reconfigJakub Kicinski2021-08-041-0/+44
* | net: add extack arg for link opsRocco Yue2021-08-043-8/+11
* | af_unix: Add OOB supportRao Shoaib2021-08-042-2/+156
* | net: dsa: tag_sja1105: consistently fail with arbitrary inputVladimir Oltean2021-08-031-1/+1
* | net: bridge: switchdev: fix incorrect use of FDB flags when picking the dst d...Vladimir Oltean2021-08-032-2/+2
* | net: decnet: Fix refcount warning for new dn_fib_infoYajun Deng2021-08-031-1/+1
* | move netdev_boot_setup into Space.cArnd Bergmann2021-08-032-127/+0
* | ethtool: runtime-resume netdev parent in ethnl_ops_beginHeiner Kallweit2021-08-031-6/+25
* | ethtool: move netif_device_present check from ethnl_parse_header_dev_get to e...Heiner Kallweit2021-08-031-7/+7
* | ethtool: move implementation of ethnl_ops_begin/complete to netlink.cHeiner Kallweit2021-08-032-13/+16
* | ethtool: runtime-resume netdev parent before ethtool ioctl opsHeiner Kallweit2021-08-031-3/+15
* | net: Keep vertical alignmentYajun Deng2021-08-032-6/+8
* | bpf: use skb_expand_head in bpf_out_neigh_v4/6Vasily Averin2021-08-031-22/+5
* | ax25: use skb_expand_headVasily Averin2021-08-033-23/+7
* | ipv4: use skb_expand_head in ip_finish_output2Vasily Averin2021-08-031-11/+2
* | ipv6: use skb_expand_head in ip6_xmitVasily Averin2021-08-031-16/+11
* | ipv6: use skb_expand_head in ip6_finish_output2Vasily Averin2021-08-031-35/+16
* | skbuff: introduce skb_expand_head()Vasily Averin2021-08-031-0/+42
|/
* ipv4: Fix refcount warning for new fib_infoDavid Ahern2021-08-021-1/+1
* net/ipv4: Replace one-element array with flexible-array memberGustavo A. R. Silva2021-08-022-13/+14
* net: dsa: remove the struct packet_type argument from dsa_device_ops::rcv()Vladimir Oltean2021-08-0216-44/+23
* nfc: hci: pass callback data param as pointer in nci_request()Krzysztof Kozlowski2021-08-022-70/+65
* net_sched: refactor TC action init APICong Wang2021-08-0233-159/+168
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-07-314-106/+377
|\
| * unix_bpf: Fix a potential deadlock in unix_dgram_bpf_recvmsg()Cong Wang2021-07-301-8/+8
| * bpf: tcp: Support bpf_(get|set)sockopt in bpf tcp iterMartin KaFai Lau2021-07-232-0/+49
| * bpf: tcp: Bpf iter batching and lock_sockMartin KaFai Lau2021-07-231-6/+231
| * tcp: seq_file: Replace listening_hash with lhash2Martin KaFai Lau2021-07-231-17/+18
| * tcp: seq_file: Add listening_get_first()Martin KaFai Lau2021-07-231-20/+39
| * bpf: tcp: seq_file: Remove bpf_seq_afinfo from tcp_iter_stateMartin KaFai Lau2021-07-231-20/+5