summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* tcp: use sequence distance to detect reorderingYuchung Cheng2017-11-111-1/+0
* tcp: retire FACK loss detectionYuchung Cheng2017-11-113-15/+1
* bpf: Revert bpf_overrid_function() helper changes.David S. Miller2017-11-113-9/+2
* tipc: improve link resiliency when rps is activatedJon Maloy2017-11-112-6/+68
* net: ipv6: sysctl to specify IPv6 ND traffic classMaciej Żenczykowski2017-11-112-0/+2
* bpf: add a bpf_override_function helperJosef Bacik2017-11-113-2/+9
* net: fix incorrect comment with regard to VLAN packet handlingGirish Moodalbail2017-11-101-8/+0
* act_vlan: VLAN action rewrite to use RCU lock/unlock and updateManish Kurup2017-11-101-9/+37
* tcp: Namespace-ify sysctl_tcp_rmem and sysctl_tcp_wmemEric Dumazet2017-11-102-2/+2
* net: allow per netns sysctl_rmem and sysctl_wmem for protosEric Dumazet2017-11-102-1/+23
* Merge tag 'mlx5-updates-2017-11-09' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2017-11-102-0/+30
|\
| * net/mlx5e: Add 802.1ad VLAN insertion supportGal Pressman2017-11-091-0/+1
| * net: Introduce netdev_*_once functionsGal Pressman2017-11-091-0/+29
* | net: bridge: Add/del switchdev object on host join/leaveAndrew Lunn2017-11-101-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-107-9/+41
|\ \ | |/ |/|
| * Merge tag 'sound-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...Linus Torvalds2017-11-092-1/+4
| |\
| | * ALSA: seq: Avoid invalid lockdep class warningTakashi Iwai2017-11-061-1/+2
| | * ALSA: timer: Limit max instances per timerTakashi Iwai2017-11-061-0/+2
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-11-093-3/+32
| |\ \
| | * | net_sched: introduce tcf_exts_get_net() and tcf_exts_put_net()Cong Wang2017-11-091-0/+24
| | * | Revert "net_sched: hold netns refcnt for each action"Cong Wang2017-11-091-3/+1
| | * | netfilter/ipvs: clear ipvs_property flag when SKB net namespace changedYe Yin2017-11-041-0/+7
| * | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-051-3/+3
| |\ \ \
| | * | | tools/headers: Synchronize kernel ABI headersIngo Molnar2017-11-041-3/+3
| * | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-051-2/+2
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | objtool: Prevent GCC from merging annotate_unreachable(), take 2Josh Poimboeuf2017-11-041-2/+2
| | |/ /
* | | | net: dsa: setup and teardown treeVivien Didelot2017-11-091-1/+1
* | | | net: dsa: constify cpu_dp member of dsa_portVivien Didelot2017-11-091-1/+1
* | | | openvswitch: enable NSH supportYi Yang2017-11-082-0/+32
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2017-11-084-9/+25
|\ \ \ \
| * | | | netfilter: nf_tables: get set elements via netlinkPablo Neira Ayuso2017-11-071-0/+5
| * | | | netfilter: conntrack: don't cache nlattr_tuple_size result in nla_sizeFlorian Westphal2017-11-061-2/+2
| * | | | netfilter: conntrack: make l3proto trackers constFlorian Westphal2017-10-242-2/+2
| * | | | netfilter: conntrack: remove pf argument from l4 packet functionsFlorian Westphal2017-10-241-1/+0
| * | | | netfilter: conntrack: add and use nf_ct_l4proto_log_invalidFlorian Westphal2017-10-241-6/+8
| * | | | netfilter: conntrack: add and use nf_l4proto_log_invalidFlorian Westphal2017-10-241-0/+10
* | | | | of: add of_property_read_variable_* dummy helpersArnd Bergmann2017-11-081-12/+50
* | | | | net: dsa: lan9303: Correct register names in commentsEgil Hjelmeland2017-11-081-3/+5
* | | | | net_sch: cbs: Change TC_SETUP_CBS to TC_SETUP_QDISC_CBSNogah Frankel2017-11-081-1/+1
* | | | | net_sch: mqprio: Change TC_SETUP_MQPRIO to TC_SETUP_QDISC_MQPRIONogah Frankel2017-11-081-1/+1
* | | | | net_sch: red: Add offload ability to RED qdiscNogah Frankel2017-11-083-0/+32
* | | | | ila: Add a hook type for LWT routesTom Herbert2017-11-081-0/+7
* | | | | ila: allow configuration of identifier typeTom Herbert2017-11-081-0/+13
* | | | | ila: add checksum neutral map autoTom Herbert2017-11-081-0/+1
* | | | | net: phy: leds: Add support for "link" triggerMaciej S. Szmigiero2017-11-081-0/+2
* | | | | bpf, cgroup: implement eBPF-based device controller for cgroup v2Roman Gushchin2017-11-054-1/+40
* | | | | device_cgroup: prepare code for bpf-based device controllerRoman Gushchin2017-11-051-4/+57
* | | | | Merge tag 'mlx5-updates-2017-11-04' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2017-11-055-1/+105
|\ \ \ \ \
| * | | | | net/mlx5: QPTS and QPDPM register firmware command supportHuy Nguyen2017-11-043-0/+32
| * | | | | net/mlx5: Add MLX5_SET16 and MLX5_GET16Huy Nguyen2017-11-041-0/+17