summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | net, xdp: Introduce __xdp_build_skb_from_frame utility routineLorenzo Bianconi2021-01-201-0/+3
* | | | net: bridge: fix switchdev_port_attr_set stub when CONFIG_SWITCHDEV=nVladimir Oltean2021-02-151-1/+2
* | | | net: dsa: propagate extack to .port_vlan_filteringVladimir Oltean2021-02-141-1/+2
* | | | net: dsa: propagate extack to .port_vlan_addVladimir Oltean2021-02-141-1/+2
* | | | net: bridge: propagate extack through switchdev_port_attr_setVladimir Oltean2021-02-141-1/+2
* | | | net: dsa: tag_ocelot: create separate tagger for SevilleVladimir Oltean2021-02-141-0/+2
| |_|/ |/| |
* | | tcp: factorize logic into tcp_epollin_ready()Eric Dumazet2021-02-121-0/+12
* | | tcp: fix SO_RCVLOWAT related hangs under mem pressureEric Dumazet2021-02-121-2/+7
* | | net: dsa: act as passthrough for bridge port flagsVladimir Oltean2021-02-121-2/+8
* | | net: switchdev: pass flags and mask to both {PRE_,}BRIDGE_FLAGS attributesVladimir Oltean2021-02-121-1/+6
* | | net: switchdev: propagate extack to port attributesVladimir Oltean2021-02-121-2/+4
* | | Merge tag 'mac80211-next-for-net-next-2021-02-12' of git://git.kernel.org/pub...David S. Miller2021-02-121-0/+2
|\ \ \
| * | | cfg80211/mac80211: Support disabling HE modeBen Greear2021-02-121-0/+2
* | | | mptcp: avoid lock_fast usage in accept pathFlorian Westphal2021-02-121-0/+1
* | | | net/sock: Add kernel config SOCK_RX_QUEUE_MAPPINGTariq Toukan2021-02-111-6/+6
|/ / /
* | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernDavid S. Miller2021-02-114-5/+57
|\ \ \
| * | | Bluetooth: Skip eSCO 2M params when not supportedYu Liu2021-02-011-0/+1
| * | | Bluetooth: Add new HCI_QUIRK_NO_SUSPEND_NOTIFIER quirkHans de Goede2021-01-291-0/+8
| * | | Bluetooth: L2CAP: Fix handling fragmented lengthLuiz Augusto von Dentz2021-01-251-0/+1
| * | | Bluetooth: disable advertisement filters during suspendHoward Chung2021-01-251-0/+2
| * | | Bluetooth: advmon offload MSFT remove monitorArchie Pusaka2021-01-251-2/+6
| * | | Bluetooth: advmon offload MSFT add monitorArchie Pusaka2021-01-251-3/+14
| * | | Bluetooth: advmon offload MSFT add rssi supportArchie Pusaka2021-01-252-0/+25
* | | | net: initialize net->net_cookie at netns setupEric Dumazet2021-02-111-3/+1
* | | | net: dsa: add support for offloading HSRGeorge McCollister2021-02-111-0/+13
* | | | devlink: Fix dmac_filter trap name, align to its documentationAya Levin2021-02-111-1/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-02-101-2/+0
|\ \ \ \ | | |_|/ | |/| |
| * | | switchdev: mrp: Remove SWITCHDEV_ATTR_ID_MRP_PORT_STATHoratiu Vultur2021-02-081-2/+0
* | | | IPv6: Add "offload failed" indication to routesAmit Cohen2021-02-081-2/+3
* | | | IPv4: Add "offload failed" indication to routesAmit Cohen2021-02-081-1/+2
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski2021-02-065-15/+18
|\ \ \ \
| * | | | netfilter: nftables: statify nft_parse_register()Pablo Neira Ayuso2021-01-271-1/+0
| * | | | netfilter: nftables: add nft_parse_register_store() and use itPablo Neira Ayuso2021-01-274-9/+9
| * | | | netfilter: nftables: add nft_parse_register_load() and use itPablo Neira Ayuso2021-01-273-5/+5
| * | | | netfilter: flowtable: add hash offset field to tuplePablo Neira Ayuso2021-01-261-0/+4
* | | | | netfilter: move handlers to net/ip_vs.hLeon Romanovsky2021-02-041-0/+11
* | | | | net/core: move gro function declarations to separate headerLeon Romanovsky2021-02-041-0/+12
* | | | | ipv6: move udp declarations to net/udp.hLeon Romanovsky2021-02-041-0/+3
* | | | | udp: call udp_encap_enable for v6 sockets when enabling encapXin Long2021-02-042-2/+2
* | | | | tcp: use a smaller percpu_counter batch size for sk_allocWei Wang2021-02-031-2/+6
* | | | | net: indirect call helpers for ipv4/ipv6 dst_check functionsBrian Vazquez2021-02-031-1/+6
* | | | | net: use indirect call helpers for dst_mtuBrian Vazquez2021-02-031-1/+3
* | | | | net: use indirect call helpers for dst_outputBrian Vazquez2021-02-031-1/+7
* | | | | net: use indirect call helpers for dst_inputBrian Vazquez2021-02-031-1/+5
* | | | | Merge tag 'mac80211-next-for-net-next-2021-02-02' of git://git.kernel.org/pub...Jakub Kicinski2021-02-021-1/+3
|\ \ \ \ \
| * | | | | cfg80211: fix netdev registration deadlockJohannes Berg2021-02-011-1/+3
* | | | | | net: ipv6: Emit notification when fib hardware flags are changedAmit Cohen2021-02-022-8/+3
* | | | | | net: Pass 'net' struct as first argument to fib6_info_hw_flags_set()Amit Cohen2021-02-021-2/+3
* | | | | | net: ipv4: Emit notification when fib hardware flags are changedAmit Cohen2021-02-021-0/+2
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-02-022-2/+2
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |