aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski14-88/+154
2021-02-02Merge tag 'net-5.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds11-30/+106
2021-02-02net: hsr: align sup_multicast_addr in struct hsr_priv to u16 boundaryAndreas Oetken1-1/+4
2021-02-02net/rds: restrict iovecs length for RDS_CMSG_RDMA_ARGSSabyrzhan Tasbolatov1-0/+3
2021-02-02net: lapb: Copy the skb before sending a packetXie He1-1/+2
2021-02-02Merge tag 'mac80211-for-net-2021-02-02' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211Jakub Kicinski2-2/+6
2021-02-01udp: ipv4: manipulate network header of NATed UDP GRO fraglistDongseok Yi2-6/+65
2021-02-01net: ip_tunnel: fix mtu calculationVadim Fedorenko1-9/+7
2021-02-01vsock: fix the race conditions in multi-transport supportAlexander Popov1-5/+12
2021-02-01mac80211: fix station rate table updates on assocFelix Fietkau2-2/+6
2021-01-31Merge tag 'nfs-for-5.11-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds3-58/+48
2021-01-30neighbour: Prevent a dead entry from updating gc_listChinmay Agarwal1-3/+4
2021-01-29rxrpc: Fix deadlock around release of dst cached on udp tunnelDavid Howells1-3/+3
2021-01-29net: bridge: add warning comments to avoid extending sysfsNikolay Aleksandrov2-0/+8
2021-01-29net: bridge: mcast: drop hosts limit sysfs supportNikolay Aleksandrov1-26/+0
2021-01-29net: dsa: add a second tagger for Ocelot switches based on tag_8021qVladimir Oltean3-3/+87
2021-01-29net: dsa: allow changing the tag protocol via the "tagging" device attributeVladimir Oltean7-16/+217
2021-01-29net: dsa: keep a copy of the tagging protocol in the DSA switch treeVladimir Oltean1-12/+24
2021-01-29net: dsa: document the existing switch tree notifiers and add a new oneVladimir Oltean3-23/+58
2021-01-29net: dsa: tag_8021q: add helpers to deduce whether a VLAN ID is RX or TX VLANVladimir Oltean1-2/+13
2021-01-29net: proc: speedup /proc/net/netstatEric Dumazet1-14/+36
2021-01-29net: Remove redundant calls of sk_tx_queue_clear().Kuniyuki Iwashima1-1/+10
2021-01-29ip_gre: add csum offload support for gre headerXin Long1-2/+13
2021-01-29net: support ip generic csum processing in skb_csum_hwoffload_helpXin Long1-1/+12
2021-01-29net: atm: pppoatm: use new API for wakeup taskletEmil Renner Berthing1-4/+5
2021-01-29net: atm: pppoatm: use tasklet_init to initialize wakeup taskletEmil Renner Berthing1-7/+3
2021-01-29net: flow_offload: Add original direction flag to ct_metadataPaul Blakey1-0/+1
2021-01-29net/sched: cls_flower: Add match on the ct_state reply flagPaul Blakey1-2/+4
2021-01-29net: packet: make pkt_sk() inlineMenglong Dong1-1/+1
2021-01-28nexthop: Extract a helper for validation of get/del RTNL requestsPetr Machata1-18/+25
2021-01-28nexthop: Add a callback parameter to rtm_dump_walk_nexthops()Petr Machata1-10/+22
2021-01-28nexthop: Extract a helper for walking the next-hop treePetr Machata1-19/+33
2021-01-28nexthop: Strongly-type context of rtm_dump_nexthop()Petr Machata1-2/+16
2021-01-28nexthop: Extract a common helper for parsing dump attributesPetr Machata1-12/+19
2021-01-28nexthop: Extract dump filtering parameters into a single structurePetr Machata1-20/+24
2021-01-28nexthop: Dispatch notifier init()/fini() by group typePetr Machata1-6/+19
2021-01-28nexthop: Use enum to encode notification typeIdo Schimmel1-6/+8
2021-01-28nexthop: Assert the invariant that a NH group is of only one typePetr Machata1-2/+5
2021-01-28nexthop: Introduce to struct nh_grp_entry a per-type unionPetr Machata1-2/+2
2021-01-28nexthop: Dispatch nexthop_select_path() by group typePetr Machata1-6/+16
2021-01-28nexthop: Rename nexthop_free_mpathDavid Ahern1-2/+2
2021-01-28net/af_iucv: build SG skbs for TRANS_HIPER socketsJulian Wiedmann1-2/+4
2021-01-28net/af_iucv: don't track individual TX skbs for TRANS_HIPER socketsJulian Wiedmann1-59/+21
2021-01-28net/af_iucv: count packets in the xmit pathJulian Wiedmann1-6/+24
2021-01-28net/af_iucv: don't lookup the socket on TX notificationJulian Wiedmann1-12/+3
2021-01-28net/af_iucv: remove WARN_ONCE on malformed RX packetsAlexander Egorenkov1-1/+0
2021-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski27-146/+315
2021-01-28Merge tag 'mlx5-updates-2021-01-13' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxJakub Kicinski1-30/+280
2021-01-28Merge tag 'net-5.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds21-77/+226
2021-01-28rxrpc: Fix memory leak in rxrpc_lookup_localTakeshi Misawa1-0/+1