summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nfnetlink: add and use nfnetlink_broadcastFlorian Westphal2021-04-061-0/+2
* netfilter: add helper function to set up the nfnetlink header and use itPablo Neira Ayuso2021-03-311-0/+27
* netfilter: flowtable: dst_check() from garbage collector pathPablo Neira Ayuso2021-03-311-1/+4
* netfilter: ipset: Remove duplicate declarationWan Jiabing2021-03-311-2/+0
* netfilter: nft_log: perform module load from nf_tablesFlorian Westphal2021-03-311-0/+5
* netfilter: nf_log_common: merge with nf_log_syslogFlorian Westphal2021-03-311-24/+0
* netfilter: nf_log_bridge: merge with nf_log_syslogFlorian Westphal2021-03-311-1/+0
* ipv6: add ipv6_dev_find to stubsAndreas Roeseler2021-03-301-0/+2
* net: add sysctl for enabling RFC 8335 PROBE messagesAndreas Roeseler2021-03-301-0/+1
* ICMPV6: add support for RFC 8335 PROBEAndreas Roeseler2021-03-301-0/+3
* icmp: add support for RFC 8335 PROBEAndreas Roeseler2021-03-301-0/+42
* can: bittiming: add CAN_KBPS, CAN_MBPS and CAN_MHZ macrosVincent Mailhol2021-03-301-0/+8
* can: bittiming: add calculation for CAN FD Transmitter Delay Compensation (TDC)Vincent Mailhol2021-03-301-0/+6
* can: dev: reorder struct can_priv members for better packingVincent Mailhol2021-03-301-6/+7
* 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