summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* ipv6: remove IN6_ADDR_HSIZE from addrconf.hEric Dumazet2017-11-051-3/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-04165-1/+170
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-11-031-1/+5
| |\
| | * net_sched: hold netns refcnt for each actionCong Wang2017-11-031-1/+3
| | * net_sched: acquire RTNL in tc_action_net_exit()Cong Wang2017-11-031-0/+2
| * | Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-02165-0/+165
| |\ \ | | |/ | |/|
| | * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02165-0/+165
* | | net: core: introduce mini_Qdisc and eliminate usage of tp->q for clsact fastpathJiri Pirko2017-11-031-0/+32
* | | 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
* | | ipv6: Implement limits on Hop-by-Hop and Destination optionsTom Herbert2017-11-032-0/+44
* | | 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-021-3/+3
|\ \ \ | |/ /
| * | tcp: fix tcp_mtu_probe() vs highest_sackEric Dumazet2017-11-011-3/+3
* | | 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: 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
* | | | | 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-308-7/+20
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | net_sched: introduce a workqueue for RCU callbacks of tc filterCong Wang2017-10-292-0/+5
| * | | | sctp: fix some type cast warnings introduced by stream reconfXin Long2017-10-292-2/+2
| * | | | bpf: bpf_compute_data uses incorrect cb structureJohn Fastabend2017-10-291-0/+1
| * | | | 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 '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...David S. Miller2017-10-291-0/+9
|\ \ \ \ \
| * | | | | net/sched: Add support for HW offloading for CBSVinicius Costa Gomes2017-10-271-0/+9
* | | | | | tcp: remove unnecessary includeAlexei Starovoitov2017-10-281-3/+0
* | | | | | tcp: Namespace-ify sysctl_tcp_pacing_ca_ratioEric Dumazet2017-10-282-2/+1
* | | | | | tcp: Namespace-ify sysctl_tcp_pacing_ss_ratioEric Dumazet2017-10-282-1/+1
* | | | | | tcp: Namespace-ify sysctl_tcp_invalid_ratelimitEric Dumazet2017-10-282-1/+1
* | | | | | tcp: Namespace-ify sysctl_tcp_autocorkingEric Dumazet2017-10-282-1/+1
* | | | | | tcp: Namespace-ify sysctl_tcp_min_rtt_wlenEric Dumazet2017-10-282-1/+1
* | | | | | tcp: Namespace-ify sysctl_tcp_min_tso_segsEric Dumazet2017-10-282-1/+1
* | | | | | tcp: Namespace-ify sysctl_tcp_challenge_ack_limitEric Dumazet2017-10-282-1/+1
* | | | | | tcp: Namespace-ify sysctl_tcp_limit_output_bytesEric Dumazet2017-10-282-1/+1
* | | | | | tcp: Namespace-ify sysctl_tcp_workaround_signed_windowsEric Dumazet2017-10-282-2/+3
* | | | | | tcp: Namespace-ify sysctl_tcp_tso_win_divisorEric Dumazet2017-10-282-1/+1
* | | | | | tcp: Namespace-ify sysctl_tcp_moderate_rcvbufEric Dumazet2017-10-282-1/+1
* | | | | | tcp: Namespace-ify sysctl_tcp_nometrics_saveEric Dumazet2017-10-282-1/+1
|/ / / / /
* | | | | net: dsa: remove port masksVivien Didelot2017-10-281-3/+0
OpenPOWER on IntegriCloud