summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* net: ipv6: Do not consider link state for nexthop validationDavid Ahern2016-10-271-0/+1
* net: ipv6: Fix processing of RAs in presence of VRFDavid Ahern2016-10-271-0/+2
* udp: fix IP_CHECKSUM handlingEric Dumazet2016-10-261-2/+2
* doc: update docbook annotations for socket and skbStephen Hemminger2016-10-261-1/+3
* ipv6: fix a potential deadlock in do_ipv6_setsockopt()WANG Cong2016-10-211-0/+1
* udp: must lock the socket in udp_disconnect()Eric Dumazet2016-10-201-0/+1
* Merge tag 'mac80211-for-davem-2016-10-18' of git://git.kernel.org/pub/scm/lin...David S. Miller2016-10-181-8/+24
|\
| * cfg80211: add ability to check DA/SA in A-MSDU decapsulationJohannes Berg2016-10-121-1/+4
| * cfg80211: let ieee80211_amsdu_to_8023s() take only header-less SKBJohannes Berg2016-10-121-9/+22
* | net: Require exact match for TCP socket lookups if dif is l3mdevDavid Ahern2016-10-172-2/+19
* | IPv6: fix DESYNC_FACTORJiri Bohac2016-10-141-0/+1
* | IPv6: Drop the temporary address regen_timerJiri Bohac2016-10-141-1/+0
* | 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
OpenPOWER on IntegriCloud