summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* sock: Add sock_owned_by_user_nocheckTom Herbert2017-12-281-0/+5
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-12-271-0/+3
|\
| * xfrm: Reinject transport-mode packets through taskletHerbert Xu2017-12-191-0/+3
* | cls_bpf: fix offload assumptions after callback conversionJakub Kicinski2017-12-201-3/+2Star
* | Merge tag 'mac80211-for-davem-2017-12-19' of git://git.kernel.org/pub/scm/lin...David S. Miller2017-12-191-1/+0Star
|\ \
| * | nl80211: Remove obsolete kerneldoc lineJonathan Corbet2017-12-191-1/+0Star
* | | net: sched: Add TCA_HW_OFFLOADYuval Mintz2017-12-151-0/+1
* | | ipv4: igmp: guard against silly MTU valuesEric Dumazet2017-12-131-0/+1
* | | fou: fix some member types in guehdrXin Long2017-12-111-9/+9
* | | tcp: invalidate rate samples during SACK renegingYousuk Seung2017-12-081-1/+1
* | | net: remove hlist_nulls_add_tail_rcu()Eric Dumazet2017-12-061-5/+1Star
* | | net_sched: red: Avoid illegal valuesNogah Frankel2017-12-051-0/+11
* | | net_sched: red: Avoid devision by zeroNogah Frankel2017-12-051-1/+1
* | | tcp: use IPCB instead of TCP_SKB_CB in inet_exact_dif_match()David Ahern2017-12-031-2/+1Star
|/ /
* | sctp: abandon the whole msg if one part of a fragmented message is abandonedXin Long2017-12-011-1/+2
* | act_sample: get rid of tcf_sample_cleanup_rcu()Cong Wang2017-11-301-1/+0Star
|/
* sctp: remove extern from stream schedXin Long2017-11-282-0/+10
* sctp: force the params with right types for sctp csum apisXin Long2017-11-281-6/+7
* Merge tag 'mac80211-for-davem-2017-11-27' of git://git.kernel.org/pub/scm/lin...David S. Miller2017-11-271-1/+7
|\
| * mac80211: use QoS NDP for AP probingJohannes Berg2017-11-271-1/+7
* | net: accept UFO datagrams from tuntap and packetWillem de Bruijn2017-11-231-0/+1
|/
* tcp: when scheduling TLP, time of RTO should account for current ACKNeal Cardwell2017-11-191-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-11-182-9/+5Star
|\
| * sctp: set frag_point in sctp_setsockopt_maxseg correctlyXin Long2017-11-181-1/+2
| * genetlink: fix genlmsg_nlhdr()Michal Kubecek2017-11-161-8/+3Star
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-11-163-11/+1Star
|\ \ | |/ |/|
| * kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)2017-11-163-10/+0Star
| * slab, slub, slob: add slab_flags_tAlexey Dobriyan2017-11-161-1/+1
* | Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-151-1/+1
|\ \
| * | treewide: Fix function prototypes for module_param_call()Kees Cook2017-10-311-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-11-1556-365/+1158
|\ \ \ | |_|/ |/| |
| * | tcp: highest_sack fixEric Dumazet2017-11-151-14/+3Star
| * | tcp: Namespace-ify sysctl_tcp_default_congestion_controlStephen Hemminger2017-11-152-3/+4
| * | uapi: fix linux/tls.h userspace compilation errorDmitry V. Levin2017-11-151-0/+4
| * | tls: Move tls_make_aad to header to allow sharingIlya Lesokhin2017-11-141-0/+15
| * | tls: Fix TLS ulp context leak, when TLS_TX setsockopt is not used.Ilya Lesokhin2017-11-141-1/+1
| * | tls: Add function to update the TLS socket configurationIlya Lesokhin2017-11-141-0/+2
| * | tcp: allow drivers to tweak TSQ logicEric Dumazet2017-11-141-0/+2
| * | net: dsa: Support prepended Broadcom tagFlorian Fainelli2017-11-131-0/+1
| * | net: dsa: Pass a port to get_tag_protocol()Florian Fainelli2017-11-131-1/+2
| * | net: Remove unused skb_shared_info memberMat Martineau2017-11-111-1/+0Star
| * | tcp: retire FACK loss detectionYuchung Cheng2017-11-111-13/+1Star
| * | tipc: improve link resiliency when rps is activatedJon Maloy2017-11-112-6/+68
| * | 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-101-0/+22
| * | 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-102-3/+25
| |\ \
| * | | 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