summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
* | | | net: dsa: simplify tree reference countingVivien Didelot2017-11-051-20/+10
* | | | net: dsa: make tree index unsignedVivien Didelot2017-11-052-8/+8
* | | | bpf: remove old offload/analyzerJakub Kicinski2017-11-051-42/+0
* | | | cls_bpf: allow attaching programs loaded for specific deviceJakub Kicinski2017-11-051-3/+7
* | | | xdp: allow attaching programs loaded for specific deviceJakub Kicinski2017-11-051-1/+5
* | | | net: bpf: rename ndo_xdp to ndo_bpfJakub Kicinski2017-11-052-19/+19
* | | | tcp: do not clear again skb->csum in tcp_init_nondata_skb()Eric Dumazet2017-11-051-1/+0
* | | | tcp: tcp_mtu_probing() cleanupEric Dumazet2017-11-051-17/+14
* | | | rtnetlink: use netnsid to query interfaceJiri Benc2017-11-051-18/+85
* | | | openvswitch: reliable interface indentification in port dumpsJiri Benc2017-11-053-17/+38
* | | | net: export peernet2id_allocJiri Benc2017-11-051-0/+1
* | | | ipv6: remove IN6_ADDR_HSIZE from addrconf.hEric Dumazet2017-11-051-0/+2
* | | | pktgen: do not abuse IN6_ADDR_HSIZEEric Dumazet2017-11-051-1/+1
* | | | net: sched: cls_u32: use bitwise & rather than logical && on n->flagsColin Ian King2017-11-041-1/+1
* | | | tcp_nv: use do_div() instead of expensive div64_u64()Konstantin Khlebnikov2017-11-041-3/+4
* | | | add support of IFF_XMIT_DST_RELEASE bit in vlanVadim Fedorenko2017-11-042-0/+4
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-04265-32/+279
|\ \ \ \ | | |/ / | |/| |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-11-0322-32/+36
| |\ \ \
| | * | | tcp: do not mangle skb->cb[] in tcp_make_synack()Eric Dumazet2017-11-031-7/+2