aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/netfilter/iptable_mangle.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-06netfilter: nf_defrag_ipv6: use net_generic infraFlorian Westphal3-37/+52
2021-04-06netfilter: cttimeout: use net_generic infraFlorian Westphal1-9/+32
2021-04-06netfilter: nfnetlink: use net_generic infraFlorian Westphal1-18/+44
2021-04-06netfilter: nfnetlink: add and use nfnetlink_broadcastFlorian Westphal3-2/+10
2021-04-03netfilter: nftables: remove documentation on static functionsPablo Neira Ayuso1-32/+0
2021-04-03netfilter: nftables: fix a warning message in nf_tables_commit_audit_collect()Dan Carpenter1-1/+1
2021-04-03netfilter: ipvs: do not printk on netns creationFlorian Westphal1-2/+0
2021-03-31netfilter: add helper function to set up the nfnetlink header and use itPablo Neira Ayuso11-208/+102
2021-03-31netfilter: nftables: add helper function to set the base sequence numberPablo Neira Ayuso1-9/+14
2021-03-31netfilter: nftables: remove unnecessary spin_lock_init()Yang Yingliang1-1/+0
2021-03-31netfilter: flowtable: dst_check() from garbage collector pathPablo Neira Ayuso3-20/+44
2021-03-31netfilter: ipset: Remove duplicate declarationWan Jiabing1-2/+0
2021-03-31audit: log nftables configuration change events once per tableRichard Guy Briggs1-83/+103
2021-03-31netfilter: nft_log: perform module load from nf_tablesFlorian Westphal4-6/+27
2021-03-31netfilter: nf_log: add module softdepsFlorian Westphal3-0/+3
2021-03-31netfilter: nf_log_common: merge with nf_log_syslogFlorian Westphal5-258/+181
2021-03-31netfilter: nf_log_bridge: merge with nf_log_syslogFlorian Westphal6-94/+22
2021-03-31netfilter: nf_log_netdev: merge with nf_log_syslogFlorian Westphal4-85/+36
2021-03-31netfilter: nf_log_ipv6: merge with nf_log_syslogFlorian Westphal4-433/+360
2021-03-31netfilter: nf_log_arp: merge with nf_log_syslogFlorian Westphal4-178/+115
2021-03-31netfilter: nf_log_ipv4: rename to nf_log_syslogFlorian Westphal5-65/+76
2021-03-30net: mhi: remove pointless conditional before kfree_skb()Yang Yingliang1-2/+1
2021-03-30stmmac: intel: add cross time-stamping freq difference adjustmentWong Vee Khee1-0/+27
2021-03-30mISDN: Use LIST_HEAD() for list_headShixin Liu2-8/+3
2021-03-30mISDN: Use DEFINE_SPINLOCK() for spinlockShixin Liu3-9/+4
2021-03-30icmp: add response to RFC 8335 PROBE messagesAndreas Roeseler1-13/+121
2021-03-30ipv6: add ipv6_dev_find to stubsAndreas Roeseler3-0/+10
2021-03-30net: add support for sending RFC 8335 PROBE messagesAndreas Roeseler1-1/+3
2021-03-30net: add sysctl for enabling RFC 8335 PROBE messagesAndreas Roeseler3-0/+16
2021-03-30ICMPV6: add support for RFC 8335 PROBEAndreas Roeseler1-0/+3
2021-03-30icmp: add support for RFC 8335 PROBEAndreas Roeseler1-0/+42
2021-03-30net: phy: lan87xx: fix access to wrong register of LAN87xxAndre Edich1-2/+5
2021-03-30can: c_can: add support to 64 message objectsDario Binacchi4-16/+28
2021-03-30can: c_can: prepare to up the message objects numberDario Binacchi4-34/+43
2021-03-30can: c_can: use 32-bit write to set arbitration registerDario Binacchi1-2/+1
2021-03-30can: c_can: add a comment about IF_RX interface's useDario Binacchi1-0/+5
2021-03-30can: c_can: fix indentationDario Binacchi1-1/+1
2021-03-30can: c_can: remove unused codeDario Binacchi2-6/+1
2021-03-30can: c_can: fix remaining checkpatch warningsMarc Kleine-Budde2-2/+3
2021-03-30can: c_can: replace double assignments by two single onesMarc Kleine-Budde1-2/+4
2021-03-30can: c_can: fix print formating stringMarc Kleine-Budde1-2/+1
2021-03-30can: c_can: fix indentionMarc Kleine-Budde3-19/+19
2021-03-30can: c_can: remove unnecessary blank lines and add suggested onesMarc Kleine-Budde2-2/+1
2021-03-30can: c_can: convert block comments to network style commentsMarc Kleine-Budde2-37/+18
2021-03-30can: mcp251xfd: add HW timestamp to RX, TX and error CAN framesMarc Kleine-Budde1-5/+18
2021-03-30can: mcp251xfd: add HW timestamp infrastructureMarc Kleine-Budde4-0/+88
2021-03-30can: mcp251xfd: mcp251xfd_get_timestamp(): move to mcp251xfd.hMarc Kleine-Budde2-6/+6
2021-03-30can: mcp251xfd: move netdevice.h to mcp251xfd.hMarc Kleine-Budde2-1/+1
2021-03-30can: mcp251xfd: simplify UINC handlingMarc Kleine-Budde1-32/+37
2021-03-30can: mcp251xfd: add dev coredump supportMarc Kleine-Budde6-0/+343