summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: rtnetlink: address is mandatory for rtnl_fdb_getNikolay Aleksandrov2018-12-301-0/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-12-293-173/+133Star
|\
| * netfilter: nf_conncount: fix argument order to find_next_bitFlorian Westphal2018-12-291-1/+1
| * netfilter: nf_conncount: speculative garbage collection on empty listsPablo Neira Ayuso2018-12-291-32/+15Star
| * netfilter: nf_conncount: move all list iterations under spinlockPablo Neira Ayuso2018-12-291-26/+20Star
| * netfilter: nf_conncount: merge lookup and add functionsFlorian Westphal2018-12-292-91/+69Star
| * netfilter: nf_conncount: restart search when nodes have been erasedFlorian Westphal2018-12-291-11/+7Star
| * netfilter: nf_conncount: split gc in two phasesFlorian Westphal2018-12-291-3/+19
| * netfilter: nf_conncount: don't skip eviction when age is negativeFlorian Westphal2018-12-291-1/+1
| * netfilter: nf_conncount: replace CONNCOUNT_LOCK_SLOTS with CONNCOUNT_SLOTSShawn Bohrer2018-12-291-14/+5Star
| * netfilter: nf_tables: fix a missing check of nla_put_failureKangjie Lu2018-12-291-0/+2
* | ethtool: check the return value of get_regs_lenYunsheng Lin2018-12-291-2/+10
|/
* tipc: fix a missing check of genlmsg_putKangjie Lu2018-12-281-0/+2
* ipv6/route: Add a missing check on proc_dointvecAditya Pakki2018-12-281-1/+5
* tipc: fix a double free in tipc_enable_bearer()Cong Wang2018-12-281-1/+0Star
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-12-275-11/+11
|\
| * crypto: drop mask=CRYPTO_ALG_ASYNC from 'shash' tfm allocationsEric Biggers2018-11-201-1/+1
| * crypto: drop mask=CRYPTO_ALG_ASYNC from 'cipher' tfm allocationsEric Biggers2018-11-205-10/+10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-12-27310-5214/+11745
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-255-5/+13
| |\ \
| | * | net/net_namespace: Check the return value of register_pernet_subsys()Aditya Pakki2018-12-241-1/+2
| | * | net/netlink_compat: Fix a missing check of nla_parse_nestedAditya Pakki2018-12-241-2/+5
| | * | ieee802154: lowpan_header_create check must check daddrWillem de Bruijn2018-12-241-0/+3
| | * | iptunnel: Set tun_flags in the iptunnel_metadata_reply from srcwenxu2018-12-241-0/+1
| | * | net: Revert recent Spectre-v1 patches.David S. Miller2018-12-244-9/+0Star
| | * | can: af_can: Fix Spectre v1 vulnerabilityGustavo A. R. Silva2018-12-231-0/+2
| | * | packet: validate address length if non-zeroWillem de Bruijn2018-12-231-2/+2
| | * | nfc: af_nfc: Fix Spectre v1 vulnerabilityGustavo A. R. Silva2018-12-231-0/+2
| | * | phonet: af_phonet: Fix Spectre v1 vulnerabilityGustavo A. R. Silva2018-12-231-0/+3
| | * | net: core: Fix Spectre v1 vulnerabilityGustavo A. R. Silva2018-12-231-0/+2
| * | | net: dccp: fix kernel crash on module loadPeter Oskolkov2018-12-252-12/+30
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-227-5/+19
| |\| |
| * | | net: minor cleanup in skb_ext_add()Paolo Abeni2018-12-211-5/+2Star
| * | | net: fix possible user-after-free in skb_ext_add()Paolo Abeni2018-12-211-2/+2
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-12-2140-1659/+1125Star
| |\ \ \
| | * | | netfilter: conntrack: remove empty pernet fini stubsFlorian Westphal2018-12-215-42/+10Star
| | * | | netfilter: conntrack: merge ecache and timestamp sysctl tables with main oneFlorian Westphal2018-12-213-128/+35Star
| | * | | netfilter: conntrack: merge acct and helper sysctl table with main oneFlorian Westphal2018-12-213-128/+22Star
| | * | | netfilter: conntrack: add mnemonics for sysctl tableFlorian Westphal2018-12-211-11/+20
| | * | | netfilter: conntrack: un-export seq_print_acctFlorian Westphal2018-12-212-19/+18Star
| | * | | netfilter: conntrack: register sysctl table for greYafang Shao2018-12-211-1/+41
| | * | | netfilter: conntrack: udp: set stream timeout to 2 minutesFlorian Westphal2018-12-211-1/+1
| | * | | netfilter: conntrack: udp: only extend timeout to stream mode after 2sFlorian Westphal2018-12-211-3/+13
| | * | | netfilter: ipt_CLUSTERIP: check MAC address when duplicate config is setTaehee Yoo2018-12-181-1/+2
| | * | | netfilter: ipt_CLUSTERIP: fix sleep-in-atomic bug in clusterip_config_entry_p...Taehee Yoo2018-12-181-5/+14
| | * | | netfilter: ipt_CLUSTERIP: remove wrong WARN_ON_ONCE in netns exit routineTaehee Yoo2018-12-181-1/+0Star
| | * | | netfilter: ipt_CLUSTERIP: fix deadlock in netns exit routineTaehee Yoo2018-12-181-68/+87
| | * | | netfilter: nf_tables: Speed up selective rule dumpsPhil Sutter2018-12-181-28/+62
| | * | | netfilter: nf_nat_sip: fix RTP/RTCP source port translationsAlin Nastac2018-12-171-4/+35
| | * | | netfilter: nat: remove nf_nat_l4proto structFlorian Westphal2018-12-1715-355/+10Star