summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
* | | net: dsa: setup and teardown switchesVivien Didelot2017-11-091-23/+39
* | | net: dsa: setup and teardown treeVivien Didelot2017-11-091-14/+18
* | | net: dsa: setup and teardown master deviceVivien Didelot2017-11-094-39/+51
* | | net: dsa: setup and teardown default CPU portVivien Didelot2017-11-091-85/+68
* | | net: dsa: constify cpu_dp member of dsa_portVivien Didelot2017-11-091-1/+1
* | | openvswitch: enable NSH supportYi Yang2017-11-087-2/+581
* | | pktgen: document 32-bit timestamp overflowArnd Bergmann2017-11-081-3/+11
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2017-11-0831-569/+742
|\ \ \
| * | | netfilter: nf_tables: get set elements via netlinkPablo Neira Ayuso2017-11-074-55/+259
| * | | netfilter: nf_tables: performance set policy skips size description in selectionPablo Neira Ayuso2017-11-071-8/+3
| * | | netfilter: conntrack: use power efficient workqueueVincent Guittot2017-11-071-2/+2
| * | | netfilter: conntrack: move nf_ct_netns_{get,put}() to corePablo Neira Ayuso2017-11-062-38/+38
| * | | netfilter: conntrack: don't cache nlattr_tuple_size result in nla_sizeFlorian Westphal2017-11-066-13/+35
| * | | netfilter: nft_hash: fix nft_hash_deactivateFlorian Westphal2017-11-061-1/+1
| * | | netfilter: xt_connlimit: remove mask argumentFlorian Westphal2017-11-061-32/+20
| * | | netfilter: ebtables: clean up initialization of bufColin Ian King2017-11-061-2/+1
| * | | netfilter: ipvs: Fix inappropriate output of procfsKUWAZAWA Takuya2017-11-061-0/+4
| * | | netfilter: ipvs: Use %pS printk format for direct addressesHelge Deller2017-11-062-3/+3
| * | | netfilter: nf_ct_h323: Out Of Bound Read in Netfilter ConntrackEric Sesterhenn2017-10-241-0/+1
| * | | netfilter: xt_connlimit: don't store address in the conn nodesFlorian Westphal2017-10-241-3/+0
| * | | netfilter: nf_conntrack_h323: Remove typedef structHarsha Sharma2017-10-241-40/+40
| * | | netfilter: conntrack: make l3proto trackers constFlorian Westphal2017-10-242-2/+2
| * | | netfilter: x_tables: don't use seqlock when fetching old countersFlorian Westphal2017-10-243-6/+61
| * | | netfilter: x_tables: make xt_replace_table wait until old rules are not used ...Florian Westphal2017-10-241-3/+18
| * | | netfilter: conntrack: remove pf argument from l4 packet functionsFlorian Westphal2017-10-249-12/+3
| * | | netfilter: conntrack: add and use nf_ct_l4proto_log_invalidFlorian Westphal2017-10-243-28/+37
| * | | netfilter: conntrack: add and use nf_l4proto_log_invalidFlorian Westphal2017-10-247-52/+72
| * | | netfilter: nat: use test_and_clear_bit when deleting ct from bysource listFlorian Westphal2017-10-241-6/+3
| * | | netfilter: ipset: deduplicate prefixlen mapsAaron Conole2017-10-041-258/+137
| * | | netfilter: ipset: Fix sparse warningsJozsef Kadlecsik2017-10-041-1/+1
| * | | netfilter: ipset: Compress return logicsimran singhal2017-10-041-4/+1
* | | | rtnetlink: fix missing size for IFLA_IF_NETNSIDColin Ian King2017-11-081-1/+1
* | | | net: dsa: lan9303: Adjust indentingEgil Hjelmeland2017-11-081-1/+1
* | | | net_sch: cbs: Change TC_SETUP_CBS to TC_SETUP_QDISC_CBSNogah Frankel2017-11-081-2/+2
* | | | net_sch: mqprio: Change TC_SETUP_MQPRIO to TC_SETUP_QDISC_MQPRIONogah Frankel2017-11-081-2/+3
* | | | net_sch: red: Add offload ability to RED qdiscNogah Frankel2017-11-081-0/+79
* | | | ila: Add a hook type for LWT routesTom Herbert2017-11-081-3/+36
* | | | ila: allow configuration of identifier typeTom Herbert2017-11-083-23/+58
* | | | ila: add checksum neutral map autoTom Herbert2017-11-083-44/+60
* | | | ila: cleanup checksum diffTom Herbert2017-11-081-21/+18
* | | | ipv6: addrconf: fix a lockdep splatEric Dumazet2017-11-071-5/+7
* | | | tcp: higher throughput under reordering with adaptive RACK reordering wndPriyaranjan Jha2017-11-054-2/+58
* | | | net: dsa: resolve tagging protocol at parse timeVivien Didelot2017-11-051-16/+15
* | | | net: dsa: add one port parsing function per typeVivien Didelot2017-11-051-20/+36
* | | | net: dsa: only check presence of link propertyVivien Didelot2017-11-051-1/+1
* | | | net: dsa: rework switch parsingVivien Didelot2017-11-051-59/+58
* | | | net: dsa: get tree before parsing portsVivien Didelot2017-11-051-8/+10
* | | | net: dsa: rework switch addition and removalVivien Didelot2017-11-051-20/+27
* | | | net: dsa: provide a find or new tree helperVivien Didelot2017-11-051-11/+21
* | | | net: dsa: get and put tree reference countingVivien Didelot2017-11-051-11/+27