summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mac80211-next-for-davem-2018-01-22' of git://git.kernel.org/pub/sc...David S. Miller2018-01-221-2/+2
|\
| * debugfs_sta: Remove unneeded semicolonsChristopher Díaz Riveros2018-01-221-2/+2
* | devlink: fix memory leak on 'resource'Colin Ian King2018-01-221-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-01-2156-2185/+1157
|\ \
| * | netfilter: remove messages print and boot/module load timePablo Neira Ayuso2018-01-1912-28/+2
| * | 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
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-01-203-18/+58
|\ \ \
| * | | bpf: move event_output to const_size_or_zero for xdp/skb as wellDaniel Borkmann2018-01-191-2/+2
| * | | bpf: restrict access to core bpf sysctlsDaniel Borkmann2018-01-191-3/+43
| * | | bpf: get rid of pure_initcall dependency to enable jitsDaniel Borkmann2018-01-192-15/+12
| * | | bpf: add csum_diff helper to xdp as wellDaniel Borkmann2018-01-191-0/+2
| * | | bpf: allow socket_filter programs to use bpf_prog_test_runAlexei Starovoitov2018-01-181-0/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-1911-46/+66
|\ \ \ \
| * \ \ \ Merge tag 'linux-can-fixes-for-4.15-20180118' of ssh://gitolite.kernel.org/pu...David S. Miller2018-01-181-22/+14
| |\ \ \ \
| | * | | | can: af_can: canfd_rcv(): replace WARN_ONCE by pr_warn_onceMarc Kleine-Budde2018-01-181-11/+7
| | * | | | can: af_can: can_rcv(): replace WARN_ONCE by pr_warn_onceMarc Kleine-Budde2018-01-181-11/+7
| * | | | | ipv6: don't let tb6_root node share routes with other nodeWei Wang2018-01-181-2/+8
| * | | | | ip6_gre: init dev->mtu and dev->hard_header_len correctlyAlexey Kodanev2018-01-181-7/+7
| * | | | | flow_dissector: properly cap thoff fieldEric Dumazet2018-01-181-2/+1
| * | | | | cfg80211: fix station info handling bugsJohannes Berg2018-01-182-3/+2
OpenPOWER on IntegriCloud