summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* ssb: Use true and false for bool variableJiapeng Chong2021-02-081-7/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski2021-02-066-17/+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: ctnetlink: remove get_ct indirectionFlorian Westphal2021-01-251-2/+0
* | net: dsa: felix: propagate the LAG offload ops towards the ocelot libVladimir Oltean2021-02-061-0/+6
* | net: mscc: ocelot: rebalance LAGs on link up/down eventsVladimir Oltean2021-02-061-0/+1
* | net: mscc: ocelot: drop the use of the "lags" arrayVladimir Oltean2021-02-061-2/+0
* | net: mscc: ocelot: set up the bonding mask in a way that avoids a net_deviceVladimir Oltean2021-02-061-0/+2
* | net: Introduce {netdev,napi}_alloc_frag_align()Kevin Hao2021-02-061-2/+34
* | mm: page_frag: Introduce page_frag_alloc_align()Kevin Hao2021-02-061-2/+10
* | 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
* | ipv6: silence compilation warning for non-IPV6 buildsLeon Romanovsky2021-02-041-1/+1
* | udp: call udp_encap_enable for v6 sockets when enabling encapXin Long2021-02-042-2/+2
* | net: introduce common dev_page_is_reusable()Alexander Lobakin2021-02-041-0/+16
* | skbuff: constify skb_propagate_pfmemalloc() "page" argumentAlexander Lobakin2021-02-041-2/+2
* | mm: constify page_is_pfmemalloc() argumentAlexander Lobakin2021-02-041-1/+1
* | net: add EXPORT_INDIRECT_CALLABLE wrapperBrian Vazquez2021-02-041-0/+2
* | netlink: add tracepoint at NL_SET_ERR_MSGMarcelo Ricardo Leitner2021-02-042-0/+35
* | Revert "GTP: add support for flow based tunneling API"Jonas Bonn2021-02-043-14/+0
* | net: tracepoint: exposing sk_family in all tcp:tracepointsHariharan Ananthakrishnan2021-02-041-4/+16
* | tcp: use a smaller percpu_counter batch size for sk_allocWei Wang2021-02-031-2/+6
* | ethtool: Get link mode in use instead of speed and duplex parametersDanielle Ratson2021-02-031-0/+1
* | ethtool: Extend link modes settings uAPI with lanesDanielle Ratson2021-02-032-0/+5
* | 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
* | net: usb: cdc_ncm: use new API for bh taskletEmil Renner Berthing2021-02-031-0/+2
* | 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-025-14/+84
|\ \ \
| * \ \ Merge tag 'net-5.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-02-022-2/+2
| |\ \ \
| | * | | udp: ipv4: manipulate network header of NATed UDP GRO fraglistDongseok Yi2021-02-011-1/+1
| | * | | net: sched: replaced invalid qdisc tree flush helper in qdisc_replaceAlexander Ovechkin2021-02-011-1/+1
| * | | | Merge tag 'media/v5.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2021-02-011-10/+76
| |\ \ \ \
| | * | | | media: rockchip: rkisp1: extend uapi array sizesHeiko Stuebner2021-01-281-10/+57
| | * | | | media: rockchip: rkisp1: carry ip version informationHeiko Stuebner2021-01-281-0/+15
| | * | | | media: rockchip: rkisp1: reduce number of histogram grid elements in uapiHeiko Stuebner2021-01-281-2/+1
| | * | | | media: rkisp1: uapi: change hist_bins array type from __u16 to __u32Dafna Hirschfeld2021-01-281-4/+9
| * | | | | Merge tag 'x86_entry_for_v5.11_rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-01-311-0/+5
| |\ \ \ \ \
| | * | | | | x86/entry: Emit a symbol for register restoring thunkNick Desaulniers2021-01-141-0/+5
| * | | | | | Merge tag 'nfs-for-5.11-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2021-01-311-2/+1
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |