summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'docs-4.9-2' of git://git.lwn.net/linuxLinus Torvalds2016-10-141-35/+42
|\
| * docs-rst: sphinxify 802.11 documentationJohannes Berg2016-10-111-35/+42
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-10-131-0/+24
|\ \
| * | net: ipv4: Do not drop to make_route if oif is l3mdevDavid Ahern2016-10-131-0/+24
* | | Merge branch 'work.uaccess2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-10-111-12/+0
|\ \ \ | |/ / |/| |
| * | bonding: quit messing with IOCTLAl Viro2016-09-271-12/+0
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2016-10-061-0/+1
|\ \ \
| * | | netns: Add a limit on the number of net namespacesEric W. Biederman2016-08-081-0/+1
| | |/ | |/|
* | | netfilter: merge fixup for "nf_tables_netdev: remove redundant ip_hdr assignm...Stephen Rothwell2016-10-051-1/+0
* | | Merge remote-tracking branch 'net-next/master' into mac80211-nextJohannes Berg2016-10-0436-217/+510
|\ \ \
| * | | net/ncsi: Introduce ncsi_stop_dev()Gavin Shan2016-10-041-0/+5
| * | | openvswitch: use mpls_hdrJiri Benc2016-10-031-12/+0
| * | | mpls: move mpls_hdr to a common locationJiri Benc2016-10-031-0/+9
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-10-021-10/+3
| |\ \ \
| | * | | sctp: remove prsctp_param from sctp_chunkXin Long2016-09-301-7/+0
| | * | | sctp: move sent_count to the memory hole in sctp_chunkXin Long2016-09-301-3/+3
| * | | | ipv6 addrconf: implement RFC7559 router solicitation backoffMaciej Żenczykowski2016-09-302-1/+3
| * | | | net:snmp: Introduce generic interfaces for snmp_get_cpu_field{, 64}Jia He2016-09-301-0/+23
| * | | | net/sched: pkt_cls: change tc actions order to be as the user setsHadar Hen Zion2016-09-281-1/+1
| * | | | switchdev: remove FIB offload infrastructureJiri Pirko2016-09-282-42/+0
| * | | | fib: introduce FIB info offload flag helpersJiri Pirko2016-09-281-0/+13
| * | | | fib: introduce FIB notification infrastructureJiri Pirko2016-09-281-3/+31
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Pablo Neira Ayuso2016-09-2537-278/+549
| |\ \ \ \
| | * | | | net: dsa: add port fast ageingVivien Didelot2016-09-231-0/+2
| | * | | | net_sched: act_vlan: add helper inlines to access tcf_vlan infoOr Gerlitz2016-09-231-0/+25
| | * | | | sctp: improve how SSN, TSN and ASCONF serial are comparedMarcelo Ricardo Leitner2016-09-231-76/+18
| | * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-234-2/+28
| | |\ \ \ \ | | | |/ / /
| | | * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2016-09-221-1/+3
| | | |\ \ \
| | | | * | | vti6: fix input pathNicolas Dichtel2016-09-211-1/+3
| | | | | |/ | | | | |/|
| | | * | | sctp: fix SSN comparisionMarcelo Ricardo Leitner2016-09-171-1/+1
| | | * | | net: avoid sk_forward_alloc overflowsEric Dumazet2016-09-171-0/+10
| | | * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2016-09-131-0/+14
| | | |\ \ \ | | | | |/ / | | | |/| |
| | | | * | netfilter: synproxy: Check oom when adding synproxy and seqadj ct extensionsGao Feng2016-09-131-0/+14
| | * | | | sctp: rename WORD_TRUNC/ROUND macrosMarcelo Ricardo Leitner2016-09-221-5/+5
| | * | | | net: cls_bpf: allow offloaded filters to update statsJakub Kicinski2016-09-211-0/+1
| | * | | | net: cls_bpf: limit hardware offload by software-only flagJakub Kicinski2016-09-211-0/+1
| | * | | | net: cls_bpf: add hardware offloadJakub Kicinski2016-09-211-0/+14
| | * | | | tcp: increase ICSK_CA_PRIV_SIZE from 64 bytes to 88Neal Cardwell2016-09-211-2/+2
| | * | | | tcp: new CC hook to set sending rate with rate_sample in any CA stateYuchung Cheng2016-09-211-0/+4
| | * | | | tcp: allow congestion control to expand send buffer differentlyYuchung Cheng2016-09-211-0/+2
| | * | | | tcp: export tcp_tso_autosize() and parameterize minimum number of TSO segmentsNeal Cardwell2016-09-211-0/+2
| | * | | | tcp: allow congestion control module to request TSO skb segment countNeal Cardwell2016-09-211-0/+2
| | * | | | tcp: track application-limited rate samplesSoheil Hassas Yeganeh2016-09-211-1/+5
| | * | | | tcp: track data delivery rate for a TCP connectionYuchung Cheng2016-09-211-1/+34
| | * | | | tcp: use windowed min filter library for TCP min_rtt estimationNeal Cardwell2016-09-211-1/+1
| | * | | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2016-09-205-4/+46
| | |\ \ \ \
| | | * | | | Bluetooth: Add support for appearance in scan rspMichał Narajowski2016-09-192-0/+7
| | | * | | | Bluetooth: Increase the subsystem minor version numberMarcel Holtmann2016-09-191-1/+1
| | | * | | | Bluetooth: Add framework for Extended Controller InformationMarcel Holtmann2016-09-192-0/+19
| | | * | | | Bluetooth: Use numbers for subsystem version stringMarcel Holtmann2016-09-191-1/+2
OpenPOWER on IntegriCloud