summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nf_tables: set flowtable priority and hooknum fieldPablo Neira Ayuso2018-01-191-0/+2
* netfilter: delete /proc THIS_MODULE referencesAlexey Dobriyan2018-01-1911-19/+0
* netfilter: nf_tables: Fix trailing semicolonLuis de Bethencourt2018-01-191-1/+1
* netfilter: return booleans instead of integersGustavo A. R. Silva2018-01-193-3/+3
* netfilter: nf_tables: allocate handle and delete objects via handleHarsha Sharma2018-01-191-12/+134
* netfilter: nf_nat_snmp_basic: use asn1 decoder libraryTaehee Yoo2018-01-195-1192/+419
* netfilter: nf_nat_snmp_basic: use nf_ct_helper_logTaehee Yoo2018-01-191-5/+6
* netfilter: nf_nat_snmp_basic: replace ctinfo with dir.Taehee Yoo2018-01-191-5/+2
* netfilter: nf_nat_snmp_basic: remove debug parameterTaehee Yoo2018-01-191-62/+0
* netfilter: nf_nat_snmp_basic: remove useless commentTaehee Yoo2018-01-191-30/+0
* netfilter: nf_defrag: move NF_CONNTRACK bits into #ifdefArnd Bergmann2018-01-162-2/+4
* netfilter: nf_defrag: mark xt_table structures 'const' againArnd Bergmann2018-01-162-10/+38
* netfilter: ipv6: nf_defrag: Pass on packets to stack per RFC2460Subash Abhinov Kasiviswanathan2018-01-161-5/+10
* netfilter: x_tables: don't return garbage pointer on modprobe failureFlorian Westphal2018-01-161-1/+1
* netfilter: nf_tables: flow_offload depends on flow_tableArnd Bergmann2018-01-161-1/+1
* netfilter: nf_defrag: Skip defrag if NOTRACK is setSubash Abhinov Kasiviswanathan2018-01-114-3/+28
* netfilter: clusterip: make sure arp hooks are availableFlorian Westphal2018-01-111-0/+1
* netfilter: improve flow table Kconfig dependenciesArnd Bergmann2018-01-103-3/+7
* netfilter: add IPv6 segment routing header 'srh' matchAhmed Abdelsalam2018-01-103-0/+171
* netfilter: core: return EBUSY in case NAT hook is already in usePablo Neira Ayuso2018-01-101-1/+1
* netfilter: remove duplicated includeWei Yongjun2018-01-102-3/+0
* netfilter: core: make local function __nf_unregister_net_hook staticWei Yongjun2018-01-101-2/+2
* netfilter: nf_tables: fix a typo in nf_tables_getflowtable()Wei Yongjun2018-01-101-1/+1
* netfilter: x_tables: unbreak module auto loadingFlorian Westphal2018-01-101-1/+1
* netfilter: nf_tables: get rid of struct nft_af_info abstractionPablo Neira Ayuso2018-01-107-361/+84
* netfilter: nf_tables: get rid of pernet familiesPablo Neira Ayuso2018-01-107-230/+73
* netfilter: nf_tables: add single table list for all familiesPablo Neira Ayuso2018-01-1010-299/+281
* netfilter: nf_tables: remove struct nft_af_info parameter in nf_tables_chain_...Pablo Neira Ayuso2018-01-101-9/+7
* netfilter: nf_tables: no need for struct nft_af_info to enable/disable tablePablo Neira Ayuso2018-01-101-15/+6
* netfilter: nf_tables: remove flag field from struct nft_af_infoPablo Neira Ayuso2018-01-102-2/+1
* netfilter: nf_tables: remove nhooks field from struct nft_af_infoPablo Neira Ayuso2018-01-107-10/+1
* tipc: improve poll() for group member socketJon Maloy2018-01-093-33/+41
* tipc: improve groupcast scope handlingJon Maloy2018-01-098-71/+96
* tipc: add option to suppress PUBLISH events for pre-existing publicationsJon Maloy2018-01-096-15/+21
* tipc: send out join messages as soon as new member is discoveredJon Maloy2018-01-094-42/+68
* tipc: simplify group LEAVE sequenceJon Maloy2018-01-091-31/+9
* tipc: create group member event messages when they are neededJon Maloy2018-01-093-44/+56
* tipc: adjustment to group member FSMJon Maloy2018-01-091-3/+2
* tipc: let group member stay in JOINED mode if unable to reclaimJon Maloy2018-01-091-12/+22
* tipc: a couple of cleanupsJon Maloy2018-01-091-14/+8
* ethtool: Ensure new ring parameters are within bounds during SRINGPARAMEugenia Emantayev2018-01-091-2/+11
* ipv6: use ARRAY_SIZE for array sizing calculation on array seg6_action_tableColin Ian King2018-01-091-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-0916-97/+128
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-01-0915-85/+126
| |\
| | * sctp: fix the handling of ICMP Frag Needed for too small MTUsMarcelo Ricardo Leitner2018-01-082-12/+25
| | * sctp: do not retransmit upon FragNeeded if PMTU discovery is disabledMarcelo Ricardo Leitner2018-01-081-12/+12
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-01-051-3/+5
| | |\
| | | * netfilter: nf_tables: fix potential NULL-ptr deref in nf_tables_dump_obj_done()Hangbin Liu2017-12-261-2/+4
| | | * netfilter: nf_tables: fix chain filter in nf_tables_dump_rules()Pablo Neira Ayuso2017-12-211-1/+1
| | * | ipv6: fix general protection fault in fib6_add()Wei Wang2018-01-041-15/+20