summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* net: core: introduce mini_Qdisc and eliminate usage of tp->q for clsact fastpathJiri Pirko2017-11-032-3/+38
* net: sched: introduce chain_head_change callbackJiri Pirko2017-11-032-9/+10
* ipv4: Send a netevent whenever multipath hash policy is changedIdo Schimmel2017-11-031-0/+1
* net: Define eth_stp_addr in linux/etherdevice.hEgil Hjelmeland2017-11-032-2/+1
* tcp: add tracepoint trace_tcp_retransmit_synack()Song Liu2017-11-031-0/+56
* ipv6: Implement limits on Hop-by-Hop and Destination optionsTom Herbert2017-11-032-0/+44
* security: bpf: replace include of linux/bpf.h with forward declarationsJakub Kicinski2017-11-021-1/+4
* net: sched: remove ndo_setup_tc check from tc_can_offloadJiri Pirko2017-11-021-5/+1
* net: sched: remove unused tc_should_offload helperJiri Pirko2017-11-021-7/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-023-7/+5
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-11-012-4/+3
| |\
| | * tcp: fix tcp_mtu_probe() vs highest_sackEric Dumazet2017-11-011-3/+3
| | * bpf: remove SK_REDIRECT from UAPIJohn Fastabend2017-11-011-1/+0
| * | Revert "PM / QoS: Fix device resume latency PM QoS"Rafael J. Wysocki2017-10-311-3/+2
| * | Revert "PM / QoS: Fix default runtime_pm device resume latency"Rafael J. Wysocki2017-10-311-2/+1
| * | PM / QoS: Fix default runtime_pm device resume latencyTero Kristo2017-10-301-1/+2
| |/
* | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2017-11-012-1/+4
|\ \
| * | Bluetooth: Use bt_dev_err and bt_dev_info when possibleMarcel Holtmann2017-10-301-0/+3
| * | Bluetooth: increase timeout for le auto connectionsKonrad Zapałowicz2017-10-291-1/+1
* | | net: dsa: lan9303: Add STP ALR entry on port 0Egil Hjelmeland2017-11-011-0/+2
* | | net: display hw address of source machine during ipv6 DAD failureVishwanath Pai2017-11-011-1/+1
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-11-011-4/+4
|\ \ \
| * | | xfrm: make xfrm_replay_state_esn_len() return unsigned intAlexey Dobriyan2017-09-251-1/+1
| * | | xfrm: make xfrm_alg_auth_len() return unsigned intAlexey Dobriyan2017-09-251-1/+1
| * | | xfrm: make xfrm_alg_len() return unsigned intAlexey Dobriyan2017-09-251-1/+1
| * | | xfrm: make aead_len() return unsigned intAlexey Dobriyan2017-09-251-1/+1
* | | | net: Add extack to fib_notifier_infoDavid Ahern2017-11-011-0/+1
* | | | bpf: reduce verifier memory consumptionAlexei Starovoitov2017-11-011-3/+13
* | | | net: sched: Identify hardware traffic classes using classidAmritha Nambiar2017-10-312-0/+8
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-3018-44/+68
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-10-2913-30/+46
| |\ \ \
| | * | | net_sched: introduce a workqueue for RCU callbacks of tc filterCong Wang2017-10-292-0/+5
| | * | | sctp: fix some type cast warnings introduced since very beginningXin Long2017-10-292-2/+2
| | * | | sctp: fix some type cast warnings introduced by stream reconfXin Long2017-10-293-18/+18
| | * | | bpf: rename sk_actions to align with bpf infrastructureJohn Fastabend2017-10-291-3/+3
| | * | | bpf: bpf_compute_data uses incorrect cb structureJohn Fastabend2017-10-291-0/+1
| | * | | tap: reference to KVA of an unloaded module causes kernel panicGirish Moodalbail2017-10-281-2/+2
| | * | | Merge tag 'mlx5-fixes-2017-10-26' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2017-10-271-0/+2
| | |\ \ \
| | | * | | net/mlx5e: DCBNL, Implement tc with ets type and zero bandwidthHuy Nguyen2017-10-261-0/+2
| | * | | | Merge tag 'mac80211-for-davem-2017-10-25' of git://git.kernel.org/pub/scm/lin...David S. Miller2017-10-271-3/+6
| | |\ \ \ \
| | | * | | | fq_impl: Properly enforce memory limitToke Høiland-Jørgensen2017-10-181-3/+6
| | * | | | | tcp/dccp: fix other lockdep splats accessing ireq_optEric Dumazet2017-10-261-0/+6
| | | |/ / / | | |/| | |
| | * | | | strparser: Use delayed work instead of timer for msg timeoutTom Herbert2017-10-251-2/+1
| * | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-10-271-11/+16
| |\ \ \ \ \
| | * | | | | sched/swait: Document it clearly that the swait facilities are special and sh...Davidlohr Bueso2017-10-231-11/+16
| * | | | | | Merge tag 'pm-4.14-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2017-10-261-2/+3
| |\ \ \ \ \ \
| | * | | | | | PM / QoS: Fix device resume latency PM QoSRafael J. Wysocki2017-10-241-2/+3
| | |/ / / / /
| | | | | | |
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| *---. \ \ \ \ \ Merge remote-tracking branches 'spi/fix/armada', 'spi/fix/idr', 'spi/fix/qspi...Mark Brown2017-10-251-0/+1
| |\ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | |
| | | | * | | | | spi: uapi: spidev: add missing ioctl headerBaruch Siach2017-09-131-0/+1
| | | |/ / / / / | | |/| | | | |
| * | | | | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-10-222-1/+3
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |