summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* | can: add new CAN FD bittiming parameters: Transmitter Delay Compensation (TDC)Vincent Mailhol2021-03-302-0/+68
* | can: dev: can_free_echo_skb(): extend to return can frame lengthMarc Kleine-Budde2021-03-301-1/+2
* | nexthop: Rename artifacts related to legacy multipath nexthop groupsPetr Machata2021-03-281-2/+2
* | mld: add mc_lock for protecting per-interface mld dataTaehee Yoo2021-03-261-0/+1
* | mld: add new workqueues for process mld eventsTaehee Yoo2021-03-262-1/+11
* | mld: convert ifmcaddr6 to RCUTaehee Yoo2021-03-261-3/+4
* | mld: convert ip6_sf_list to RCUTaehee Yoo2021-03-261-3/+4
* | mld: convert ipv6_mc_socklist->sflist to RCUTaehee Yoo2021-03-261-2/+2
* | mld: get rid of inet6_dev->mc_lockTaehee Yoo2021-03-261-1/+0
* | mld: convert from timer to delayed workTaehee Yoo2021-03-261-4/+4
* | ethtool: document the enum values not definesJakub Kicinski2021-03-261-10/+10
* | ethtool: fec: add note about reuse of reservedJakub Kicinski2021-03-261-0/+4
* | tcp: convert elligible sysctls to u8Eric Dumazet2021-03-251-34/+34
* | inet: convert tcp_early_demux and udp_early_demux to u8Eric Dumazet2021-03-251-2/+2
* | ipv4: convert ip_forward_update_priority sysctl to u8Eric Dumazet2021-03-251-1/+1
* | ipv4: shrink netns_ipv4 with sysctl conversionsEric Dumazet2021-03-251-16/+16
* | sysctl: add proc_dou8vec_minmax()Eric Dumazet2021-03-251-0/+2
* | net: stmmac: use interrupt mode INTM=1 for multi-MSIWong, Vee Khee2021-03-251-0/+1
* | net: stmmac: introduce MSI Interrupt routines for mac, safety, RX & TXOng Boon Leong2021-03-251-0/+8
* | ethtool: clarify the ethtool FEC interfaceJakub Kicinski2021-03-251-7/+30
* | ethtool: fec: sanitize ethtool_fecparam->active_fecJakub Kicinski2021-03-251-1/+1
* | ethtool: fec: sanitize ethtool_fecparam->reservedJakub Kicinski2021-03-251-1/+1
* | ethtool: fec: remove long structure descriptionJakub Kicinski2021-03-251-4/+0
* | ethtool: fec: fix typo in kdocJakub Kicinski2021-03-251-1/+1
|/
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-03-251-0/+1
|\
| * bpf: net: Emit anonymous enum with BPF_TCP_CLOSE value explicitlyYonghong Song2021-03-171-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-03-2556-115/+283
|\ \
| * \ Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-03-254-12/+35
| |\ \
| | * | mm: memblock: fix section mismatch warning againMike Rapoport2021-03-251-2/+2
| | * | mm/mmu_notifiers: ensure range_end() is paired with range_start()Sean Christopherson2021-03-251-5/+5
| | * | kasan: fix per-page tags for non-page_alloc pagesAndrey Konovalov2021-03-251-3/+15
| | * | hugetlb_cgroup: fix imbalanced css_get and css_put pair for shared mappingsMiaohe Lin2021-03-251-2/+13
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2021-03-2416-27/+104
| |\ \ \
| | * | | psample: Fix user API breakageIdo Schimmel2021-03-241-4/+1
| | * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-03-201-0/+1
| | |\ \ \
| | | * | | bpf: Fix umd memory leak in copy_process()Zqiang2021-03-191-0/+1
| | * | | | sch_red: Fix a typoBhaskar Chowdhury2021-03-191-1/+1
| | * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2021-03-182-5/+5
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | netfilter: nftables: allow to update flowtable flagsPablo Neira Ayuso2021-03-181-0/+3
| | | * | | netfilter: x_tables: Use correct memory barriers.Mark Tomlinson2021-03-151-1/+1
| | | * | | Revert "netfilter: x_tables: Switch synchronization to RCU"Mark Tomlinson2021-03-151-4/+1
| | * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-03-171-4/+20
| | |\ \ \ \
| | | * | | | bpf: Fix fexit trampoline.Alexei Starovoitov2021-03-181-4/+20
| | | |/ / /
| | * | | | net: fix race between napi kthread mode and busy pollWei Wang2021-03-171-0/+2
| | * | | | net/sched: act_api: fix miss set post_ct for ovs after do conntrack in act_ctwenxu2021-03-161-0/+1
| | * | | | can: dev: Move device back to init netns on owning netns deleteMartin Willi2021-03-161-0/+2
| | * | | | tcp: relookup sock for RST+ACK packets handled by obsolete req sockAlexander Ovechkin2021-03-151-1/+1
| | |/ / /
| | * | | net: correct sk_acceptq_is_full()liuyacan2021-03-121-1/+1
| | * | | net: sched: validate stab valuesEric Dumazet2021-03-101-1/+9
| | * | | Merge tag 'mlx5-fixes-2021-03-10' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2021-03-101-0/+7
| | |\ \ \