summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | rxrpc: Fix checker warnings and errorsDavid Howells2018-03-306-3/+13
| | * | | rxrpc: remove unused static variablesSebastian Andrzej Siewior2018-03-301-3/+0
| | * | | rxrpc: Fix resend event time calculationMarc Dionne2018-03-301-1/+1
| | * | | rxrpc: Don't treat call aborts as conn abortsDavid Howells2018-03-301-6/+9
| | * | | rxrpc: Fix Tx ring annotation after initial Tx failureDavid Howells2018-03-301-1/+3
| | * | | rxrpc: Fix a bit of time confusionDavid Howells2018-03-301-1/+1
| | * | | rxrpc: Fix firewall route keepaliveDavid Howells2018-03-309-4/+204
| * | | | net: Do not take net_rwsem in __rtnl_link_unregister()Kirill Tkhai2018-03-312-3/+4
| * | | | net: Remove net_rwsem from {, un}register_netdevice_notifier()Kirill Tkhai2018-03-311-5/+0
| * | | | tipc: avoid possible string overflowJon Maloy2018-03-311-1/+2
| * | | | tipc: permit overlapping service ranges in name tableJon Maloy2018-03-317-111/+60
| * | | | tipc: refactor name table translate functionJon Maloy2018-03-311-36/+25
| * | | | tipc: replace name table service range array with rb treeJon Maloy2018-03-316-568/+477
| * | | | net: bridge: disable bridge MTU auto tuning if it was set manuallyNikolay Aleksandrov2018-03-314-20/+26
| * | | | net: bridge: set min MTU on port events and allow user to set maxNikolay Aleksandrov2018-03-314-32/+18
| |/ / /
| * | | ipv6: do not set routes if disable_ipv6 has been enabledLorenzo Bianconi2018-03-301-0/+6
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-03-3062-829/+1187
| |\ \ \
| | * | | netfilter: ipset: Use is_zero_ether_addr instead of static and memcmpJoe Perches2018-03-301-5/+2
| | * | | Revert "netfilter: x_tables: ensure last rule in base chain matches underflow...Florian Westphal2018-03-303-48/+3
| | * | | netfilter: x_tables: Add note about how to free percpu countersBen Hutchings2018-03-301-1/+3
| | * | | netfilter: Merge assignment with returnArushi Singhal2018-03-302-5/+3
| | * | | netfilter: nf_tables: use nft_set_lookup_global from nf_tables_newsetelem()Pablo Neira Ayuso2018-03-301-11/+4
| | * | | netfilter: nf_tables: rename to nft_set_lookup_global()Pablo Neira Ayuso2018-03-304-12/+14
| | * | | netfilter: nf_tables: enable conntrack if NAT chain is registeredPablo Neira Ayuso2018-03-303-7/+41
| | * | | netfilter: nf_tables: build-in filter chain typePablo Neira Ayuso2018-03-3016-509/+411
| | * | | netfilter: nf_tables: nft_register_chain_type() returns voidPablo Neira Ayuso2018-03-3011-29/+29
| | * | | netfilter: nf_tables: rename struct nf_chain_typePablo Neira Ayuso2018-03-3011-19/+19
| | * | | netfilter: ebt_stp: Use generic functions for comparisonsJoe Perches2018-03-301-4/+2
| | * | | netfilter: ebtables: Add string filterBernie Harris2018-03-301-0/+1
| | * | | netfilter: ebtables: Add support for specifying match revisionBernie Harris2018-03-301-18/+29
| | * | | netfilter: ebtables: add support for matching IGMP typeMatthias Schiffer2018-03-201-2/+17
| | * | | netfilter: ebtables: add support for matching ICMP type and codeMatthias Schiffer2018-03-201-10/+33
| | * | | netfilter: ctnetlink: synproxy supportPablo Neira Ayuso2018-03-203-5/+98
| | * | | netfilter: Replace printk() with pr_*() and define pr_fmt()Arushi Singhal2018-03-208-26/+37
| | * | | netfilter: xt_conntrack: Support bit-shifting for CONNMARK & MARK targets.Jack Ma2018-03-201-17/+60
| | * | | netfilter: ebtables: use ADD_COUNTER macroTaehee Yoo2018-03-201-11/+6
| | * | | netfilter: nf_tables: remove VLA usageGustavo A. R. Silva2018-03-201-8/+15
| | * | | netfilter: nfnetlink_cthelper: Remove VLA usageGustavo A. R. Silva2018-03-201-8/+17
| | * | | netfilter: cttimeout: remove VLA usageGustavo A. R. Silva2018-03-201-9/+17
| | * | | netfilter: nft_ct: add NFT_CT_{SRC,DST}_{IP,IP6}Pablo Neira Ayuso2018-03-201-0/+38
| | * | | netfilter: conncount: Support count only use caseYi-Hung Wei2018-03-201-2/+8
| | * | | netfilter: Refactor nf_conncountYi-Hung Wei2018-03-202-5/+3
| | * | | ipvs: use true and false for boolean valuesGustavo A. R. Silva2018-03-132-4/+4
| | * | | netfilter: x_tables: fix build with CONFIG_COMPAT=nFlorian Westphal2018-03-131-31/+31
| | * | | netfilter: xt_limit: Spelling s/maxmum/maximum/Geert Uytterhoeven2018-03-051-1/+1
| | * | | netfilter: make xt_rateest hash table per netCong Wang2018-03-052-31/+70
| | * | | netfilter: x_tables: ensure last rule in base chain matches underflow/policyFlorian Westphal2018-03-053-3/+48
| | * | | netfilter: x_tables: make sure compat af mutex is heldFlorian Westphal2018-03-051-0/+6
| | * | | netfilter: compat: reject huge allocation requestsFlorian Westphal2018-03-051-8/+18
| | * | | netfilter: compat: prepare xt_compat_init_offsets to return errorsFlorian Westphal2018-03-055-11/+31