summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* l2tp: remove pppol2tp_session_ioctl()Guillaume Nault2018-08-111-47/+3
* l2tp: remove pppol2tp_tunnel_ioctl()Guillaume Nault2018-08-111-79/+53
* l2tp: handle PPPIOC[GS]MRU and PPPIOC[GS]FLAGS in pppol2tp_ioctl()Guillaume Nault2018-08-111-29/+44
* l2tp: simplify pppol2tp_ioctl()Guillaume Nault2018-08-111-27/+6
* l2tp: split l2tp_session_get()Guillaume Nault2018-08-116-36/+36
* l2tp: define l2tp_tunnel_uses_xfrm()Guillaume Nault2018-08-113-10/+21
* tcp: avoid resetting ACK timer upon receiving packet with ECN CWR flagYuchung Cheng2018-08-111-4/+4
* tcp: always ACK immediately on hole repairsYuchung Cheng2018-08-111-2/+2
* tcp: avoid resetting ACK timer in DCTCPYuchung Cheng2018-08-111-2/+2
* tcp: mandate a one-time immediate ACKYuchung Cheng2018-08-111-1/+3
* rxrpc: remove redundant static int 'zero'Colin Ian King2018-08-111-1/+0
* net/smc: send response to test link signalUrsula Braun2018-08-101-0/+34
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2018-08-102-6/+28
|\
| * Bluetooth: Add definitions for LE set address resolutionAnkit Navik2018-08-101-0/+28
| * Bluetooth: remove redundant variables 'adv_set' and 'cp'YueHaibing2018-08-062-6/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-08-106-44/+264
|\ \
| * | netfilter: nfnetlink_osf: fix using plain integer as NULL warningWei Yongjun2018-08-081-1/+1
| * | netfilter: nft_ct: enable conntrack for helpersPablo Neira Ayuso2018-08-071-0/+14
| * | netfilter: nft_ct: add ct timeout supportHarsha Sharma2018-08-071-1/+203
| * | netfilter: cttimeout: decouple timeout policy from nfnetlink_cttimeout objectPablo Neira Ayuso2018-08-073-21/+26
| * | netfilter: cttimeout: move ctnl_untimeout to nf_conntrackHarsha Sharma2018-08-072-18/+19
| * | netfilter: nft_osf: use NFT_OSF_MAXGENRELEN instead of IFNAMSIZFernando Fernandez Mancera2018-08-071-5/+3
| |/
* | net: allow to call netif_reset_xps_queues() under cpus_read_lockAndrei Vagin2018-08-092-5/+19
* | net: sched: fix block->refcnt decrementJiri Pirko2018-08-091-0/+2
* | decnet: fix using plain integer as NULL warningYueHaibing2018-08-091-2/+2
* | net: ipv6_gre: Fix GRO to work on IPv6 over GRE tapMaria Pasechnik2018-08-091-3/+3
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-0917-127/+145
|\ \
| * | dsa: slave: eee: Allow ports to use phylinkAndrew Lunn2018-08-081-2/+2
| * | net/smc: move sock lock in smc_ioctl()Ursula Braun2018-08-081-3/+7
| * | net/smc: allow sysctl rmem and wmem defaults for serversUrsula Braun2018-08-081-0/+2
| * | net/smc: no shutdown in state SMC_LISTENUrsula Braun2018-08-081-2/+1
| * | rxrpc: Fix the keepalive generator [ver #2]David Howells2018-08-087-89/+109
| * | llc: use refcount_inc_not_zero() for llc_sap_find()Cong Wang2018-08-071-2/+2
| * | dccp: fix undefined behavior with 'cwnd' shift in ccid2_cwnd_restart()Alexey Kodanev2018-08-071-2/+4
| * | tipc: fix an interrupt unsafe locking scenarioYing Xue2018-08-071-3/+1
| * | vsock: split dwork to avoid reinitializationsCong Wang2018-08-072-9/+9
| * | packet: refine ring v3 block size test to hold one frameWillem de Bruijn2018-08-061-4/+6
| * | ip6_tunnel: use the right value for ipv4 min mtu check in ip6_tnl_xmitXin Long2018-08-051-6/+2
| * | ipv6: fix double refcount of fib6_metricsCong Wang2018-08-051-4/+0
* | | net:mod: remove unneeded variable 'ret' in init_p9zhong jiang2018-08-081-3/+1
* | | net:af_iucv: get rid of the unneeded variable 'err' in afiucv_pm_freezezhong jiang2018-08-081-2/+1
* | | RDS: IB: fix 'passing zero to ERR_PTR()' warningYueHaibing2018-08-071-0/+1
* | | ip6_tunnel: collect_md xmit: Use ip_tunnel_key's provided src addressShmulik Ladkani2018-08-071-1/+3
* | | net: sched: cls_flower: set correct offload data in fl_reoffloadVlad Buslov2018-08-071-2/+2
* | | net/sched: allow flower to match tunnel optionsPieter Jansen van Vuuren2018-08-071-1/+243
* | | flow_dissector: allow dissection of tunnel options from metadataSimon Horman2018-08-071-1/+18
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-08-074-52/+152
|\ \ \
| * | | bpf/test_run: support cgroup local storageRoman Gushchin2018-08-031-2/+11
| * | | bpf: introduce the bpf_get_local_storage() helper functionRoman Gushchin2018-08-031-1/+22
| * | | bpf: Support bpf_get_socket_cookie in more prog typesAndrey Ignatov2018-07-311-0/+28