summaryrefslogtreecommitdiff
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* mptcp: send ack for every add_addrGeliang Tang2021-02-022-8/+5
* mptcp: create subflow or signal addr for newly added addressGeliang Tang2021-02-021-0/+27
* mptcp: drop *_max fields in mptcp_pm_dataGeliang Tang2021-02-024-35/+77
* mptcp: use WRITE_ONCE for the pernet *_maxGeliang Tang2021-02-021-11/+21
* net: ipv6: Emit notification when fib hardware flags are changedAmit Cohen2021-02-023-0/+54
* net: ipv4: Emit notification when fib hardware flags are changedAmit Cohen2021-02-023-0/+38
* net: ipv4: Publish fib_nlmsg_size()Amit Cohen2021-02-022-1/+2
* net: ipv4: Pass fib_rt_info as const to fib_dump_info()Amit Cohen2021-02-022-2/+2
* net: fix up truesize of cloned skb in skb_prepare_for_shift()Marco Elver2021-02-021-1/+13
* mptcp: fix length of MP_PRIO suboptionDavide Caratti2021-02-022-3/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-02-0214-88/+154
|\
| * Merge tag 'net-5.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-02-0211-30/+106
| |\
| | * net: hsr: align sup_multicast_addr in struct hsr_priv to u16 boundaryAndreas Oetken2021-02-021-1/+4
| | * net/rds: restrict iovecs length for RDS_CMSG_RDMA_ARGSSabyrzhan Tasbolatov2021-02-021-0/+3
| | * net: lapb: Copy the skb before sending a packetXie He2021-02-021-1/+2
| | * Merge tag 'mac80211-for-net-2021-02-02' of git://git.kernel.org/pub/scm/linux...Jakub Kicinski2021-02-022-2/+6
| | |\
| | | * mac80211: fix station rate table updates on assocFelix Fietkau2021-02-012-2/+6
| | * | udp: ipv4: manipulate network header of NATed UDP GRO fraglistDongseok Yi2021-02-012-6/+65
| | * | net: ip_tunnel: fix mtu calculationVadim Fedorenko2021-02-011-9/+7
| | * | vsock: fix the race conditions in multi-transport supportAlexander Popov2021-02-011-5/+12
| | |/
| | * neighbour: Prevent a dead entry from updating gc_listChinmay Agarwal2021-01-301-3/+4
| | * rxrpc: Fix deadlock around release of dst cached on udp tunnelDavid Howells2021-01-291-3/+3
| * | Merge tag 'nfs-for-5.11-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2021-01-313-58/+48
| |\ \ | | |/ | |/|
| | * SUNRPC: Handle 0 length opaque XDR object data properlyDave Wysochanski2021-01-251-3/+6
| | * SUNRPC: Move simple_get_bytes and simple_get_netobj into private headerDave Wysochanski2021-01-253-58/+45
* | | net: bridge: add warning comments to avoid extending sysfsNikolay Aleksandrov2021-01-292-0/+8
* | | net: bridge: mcast: drop hosts limit sysfs supportNikolay Aleksandrov2021-01-291-26/+0
* | | net: dsa: add a second tagger for Ocelot switches based on tag_8021qVladimir Oltean2021-01-293-3/+87
* | | net: dsa: allow changing the tag protocol via the "tagging" device attributeVladimir Oltean2021-01-297-16/+217
* | | net: dsa: keep a copy of the tagging protocol in the DSA switch treeVladimir Oltean2021-01-291-12/+24
* | | net: dsa: document the existing switch tree notifiers and add a new oneVladimir Oltean2021-01-293-23/+58
* | | net: dsa: tag_8021q: add helpers to deduce whether a VLAN ID is RX or TX VLANVladimir Oltean2021-01-291-2/+13
* | | net: proc: speedup /proc/net/netstatEric Dumazet2021-01-291-14/+36
* | | net: Remove redundant calls of sk_tx_queue_clear().Kuniyuki Iwashima2021-01-291-1/+10
* | | ip_gre: add csum offload support for gre headerXin Long2021-01-291-2/+13
* | | net: support ip generic csum processing in skb_csum_hwoffload_helpXin Long2021-01-291-1/+12
* | | net: atm: pppoatm: use new API for wakeup taskletEmil Renner Berthing2021-01-291-4/+5
* | | net: atm: pppoatm: use tasklet_init to initialize wakeup taskletEmil Renner Berthing2021-01-291-7/+3
* | | net: flow_offload: Add original direction flag to ct_metadataPaul Blakey2021-01-291-0/+1
* | | net/sched: cls_flower: Add match on the ct_state reply flagPaul Blakey2021-01-291-2/+4
* | | net: packet: make pkt_sk() inlineMenglong Dong2021-01-291-1/+1
* | | nexthop: Extract a helper for validation of get/del RTNL requestsPetr Machata2021-01-281-18/+25
* | | nexthop: Add a callback parameter to rtm_dump_walk_nexthops()Petr Machata2021-01-281-10/+22
* | | nexthop: Extract a helper for walking the next-hop treePetr Machata2021-01-281-19/+33
* | | nexthop: Strongly-type context of rtm_dump_nexthop()Petr Machata2021-01-281-2/+16
* | | nexthop: Extract a common helper for parsing dump attributesPetr Machata2021-01-281-12/+19
* | | nexthop: Extract dump filtering parameters into a single structurePetr Machata2021-01-281-20/+24
* | | nexthop: Dispatch notifier init()/fini() by group typePetr Machata2021-01-281-6/+19
* | | nexthop: Use enum to encode notification typeIdo Schimmel2021-01-281-6/+8
* | | nexthop: Assert the invariant that a NH group is of only one typePetr Machata2021-01-281-2/+5