summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2018-08-11net/sctp: Replace in/out stream arrays with flex_arrayKonstantin Khorenko1-22/+66
2018-08-11net/sctp: Make wrappers for accessing in/out streamsKonstantin Khorenko8-71/+78
2018-08-11l2tp: let pppol2tp_ioctl() fallback to dev_ioctl()Guillaume Nault1-1/+1
2018-08-11l2tp: zero out stats in pppol2tp_copy_stats()Guillaume Nault1-4/+3
2018-08-11l2tp: remove pppol2tp_session_ioctl()Guillaume Nault1-47/+3
2018-08-11l2tp: remove pppol2tp_tunnel_ioctl()Guillaume Nault1-79/+53
2018-08-11l2tp: handle PPPIOC[GS]MRU and PPPIOC[GS]FLAGS in pppol2tp_ioctl()Guillaume Nault1-29/+44
2018-08-11l2tp: simplify pppol2tp_ioctl()Guillaume Nault1-27/+6
2018-08-11l2tp: split l2tp_session_get()Guillaume Nault6-36/+36
2018-08-11l2tp: define l2tp_tunnel_uses_xfrm()Guillaume Nault3-10/+21
2018-08-11tcp: avoid resetting ACK timer upon receiving packet with ECN CWR flagYuchung Cheng1-4/+4
2018-08-11tcp: always ACK immediately on hole repairsYuchung Cheng1-2/+2
2018-08-11tcp: avoid resetting ACK timer in DCTCPYuchung Cheng1-2/+2
2018-08-11tcp: mandate a one-time immediate ACKYuchung Cheng1-1/+3
2018-08-11rxrpc: remove redundant static int 'zero'Colin Ian King1-1/+0
2018-08-11bpf: Enable BPF_PROG_TYPE_SK_REUSEPORT bpf prog in reuseport selectionMartin KaFai Lau6-55/+104
2018-08-11bpf: Introduce BPF_PROG_TYPE_SK_REUSEPORTMartin KaFai Lau5-10/+298
2018-08-11bpf: Introduce BPF_MAP_TYPE_REUSEPORT_SOCKARRAYMartin KaFai Lau1-0/+8
2018-08-11net: Add ID (if needed) to sock_reuseport and expose reuseport_lockMartin KaFai Lau1-1/+26
2018-08-11tcp: Avoid TCP syncookie rejected by SO_REUSEPORT socketMartin KaFai Lau1-0/+1
2018-08-11net/smc: send response to test link signalUrsula Braun1-0/+34
2018-08-11Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2-6/+28
2018-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller6-44/+264
2018-08-10Bluetooth: Add definitions for LE set address resolutionAnkit Navik1-0/+28
2018-08-10xdp: Helpers for disabling napi_direct of xdp_return_frameToshiaki Makita1-2/+4
2018-08-10bpf: Make redirect_info accessible from modulesToshiaki Makita1-18/+11
2018-08-10net: Export skb_headers_offset_updateToshiaki Makita1-1/+2
2018-08-10Revert "xdp: add NULL pointer check in __xdp_return()"Björn Töpel1-2/+1
2018-08-10net: allow to call netif_reset_xps_queues() under cpus_read_lockAndrei Vagin2-5/+19
2018-08-10net: sched: fix block->refcnt decrementJiri Pirko1-0/+2
2018-08-10decnet: fix using plain integer as NULL warningYueHaibing1-2/+2
2018-08-10net: ipv6_gre: Fix GRO to work on IPv6 over GRE tapMaria Pasechnik1-3/+3
2018-08-09Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller17-127/+145
2018-08-09dsa: slave: eee: Allow ports to use phylinkAndrew Lunn1-2/+2
2018-08-09net/smc: move sock lock in smc_ioctl()Ursula Braun1-3/+7
2018-08-09net/smc: allow sysctl rmem and wmem defaults for serversUrsula Braun1-0/+2
2018-08-09net/smc: no shutdown in state SMC_LISTENUrsula Braun1-2/+1
2018-08-09rxrpc: Fix the keepalive generator [ver #2]David Howells7-89/+109
2018-08-08netfilter: nfnetlink_osf: fix using plain integer as NULL warningWei Yongjun1-1/+1
2018-08-08net:mod: remove unneeded variable 'ret' in init_p9zhong jiang1-3/+1
2018-08-08net:af_iucv: get rid of the unneeded variable 'err' in afiucv_pm_freezezhong jiang1-2/+1
2018-08-08llc: use refcount_inc_not_zero() for llc_sap_find()Cong Wang1-2/+2
2018-08-08dccp: fix undefined behavior with 'cwnd' shift in ccid2_cwnd_restart()Alexey Kodanev1-2/+4
2018-08-07RDS: IB: fix 'passing zero to ERR_PTR()' warningYueHaibing1-0/+1
2018-08-07tipc: fix an interrupt unsafe locking scenarioYing Xue1-3/+1
2018-08-07vsock: split dwork to avoid reinitializationsCong Wang2-9/+9
2018-08-07ip6_tunnel: collect_md xmit: Use ip_tunnel_key's provided src addressShmulik Ladkani1-1/+3
2018-08-07net: sched: cls_flower: set correct offload data in fl_reoffloadVlad Buslov1-2/+2
2018-08-07net/sched: allow flower to match tunnel optionsPieter Jansen van Vuuren1-1/+243
2018-08-07flow_dissector: allow dissection of tunnel options from metadataSimon Horman1-1/+18