summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | net: sched: act_ipt: remove dependency on rtnl lockVlad Buslov2018-08-111-0/+3
| * | | net: sched: act_ife: remove dependency on rtnl lockVlad Buslov2018-08-111-15/+25
| * | | net: sched: act_gact: remove dependency on rtnl lockVlad Buslov2018-08-111-2/+8
| * | | net: sched: act_csum: remove dependency on rtnl lockVlad Buslov2018-08-111-9/+15
| * | | net: sched: act_bpf: remove dependency on rtnl lockVlad Buslov2018-08-111-3/+7
| * | | net/sctp: Replace in/out stream arrays with flex_arrayKonstantin Khorenko2018-08-111-22/+66
| * | | net/sctp: Make wrappers for accessing in/out streamsKonstantin Khorenko2018-08-118-71/+78
| * | | l2tp: let pppol2tp_ioctl() fallback to dev_ioctl()Guillaume Nault2018-08-111-1/+1
| * | | l2tp: zero out stats in pppol2tp_copy_stats()Guillaume Nault2018-08-111-4/+3
| * | | 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
| |\ \ \
| * | | | 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
| | * | | | lwt_bpf: remove unnecessary rcu_read_lock in run_lwt_bpfTaehee Yoo2018-07-311-2/+0
| | * | | | bpf: add End.DT6 action to bpf_lwt_seg6_action helperMathieu Xhonneux2018-07-312-47/+91
| * | | | | Merge branch 'ieee802154-for-davem-2018-08-06' of git://git.kernel.org/pub/sc...David S. Miller2018-08-064-9/+49
| |\ \ \ \ \