summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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-0815-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
| | * | RDS: null pointer dereference in rds_atomic_free_opMohamed Ghannam2018-01-041-0/+1
| | * | rtnetlink: give a user socket to get_target_net()Andrei Vagin2018-01-041-5/+5
| | * | mac80211: mesh: drop frames appearing to be from usJohannes Berg2018-01-041-0/+2
| | * | nl80211: Check for the required netlink attribute presenceHao Chen2018-01-041-1/+2
| | * | sctp: fix error path in sctp_stream_initMarcelo Ricardo Leitner2018-01-031-12/+10
| | * | RDS: Heap OOB write in rds_message_alloc_sgs()Mohamed Ghannam2018-01-031-0/+3
| | * | tipc: fix problems with multipoint-to-point flow controlJon Maloy2018-01-021-4/+18
| | * | ethtool: do not print warning for applications using legacy APIStephen Hemminger2018-01-021-13/+2
| | * | net/sched: Fix update of lastuse in act modules implementing stats_updateRoi Dayan2018-01-022-2/+2
| | * | ip6_tunnel: allow ip6gre dev mtu to be set below 1280Xin Long2018-01-021-3/+3
| | * | ip6_tunnel: disable dst caching if tunnel is dual-stackEli Cooper2018-01-021-4/+5
| | * | Revert "net: core: dev_get_valid_name is now the same as dev_alloc_name_ns"David S. Miller2018-01-021-1/+13
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-061-12/+2
| |\ \ \ | | |/ / | |/| |
| | * | fix "netfilter: xt_bpf: Fix XT_BPF_MODE_FD_PINNED mode of 'xt_bpf_info_v1'"Al Viro2018-01-051-12/+2
* | | | net: tipc: remove unused hardirq.hYang Shi2018-01-081-1/+0
* | | | net: ovs: remove unused hardirq.hYang Shi2018-01-081-1/+0
* | | | net: caif: remove unused hardirq.hYang Shi2018-01-082-2/+0
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-01-0884-1241/+3370
|\ \ \ \
| * | | | netfilter: ipset: Missing nfnl_lock()/nfnl_unlock() is added to ip_set_net_ex...Jozsef Kadlecsik2018-01-081-0/+2
| * | | | netfilter: ipset: Fix "don't update counters" mode when counters used at the ...Jozsef Kadlecsik2018-01-085-122/+89