aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-13net: sched: act_nat method rename for grep-ability and consistencyJamal Hadi Salim1-3/+3
2018-08-13net: sched: act_ipt method rename for grep-ability and consistencyJamal Hadi Salim1-4/+4
2018-08-13net: sched: act_gact method rename for grep-ability and consistencyJamal Hadi Salim1-3/+3
2018-08-13net: sched: act_sum method rename for grep-ability and consistencyJamal Hadi Salim1-3/+3
2018-08-13net: sched: act_bpf method rename for grep-ability and consistencyJamal Hadi Salim1-3/+3
2018-08-13net: sched: act_connmark method rename for grep-ability and consistencyJamal Hadi Salim1-3/+3
2018-08-13l2tp: use sk_dst_check() to avoid race on sk->sk_dst_cacheWei Wang1-1/+1
2018-08-13ipv6: Add icmp_echo_ignore_all support for ICMPv6Virgile Jarry2-3/+14
2018-08-13net/tls: Combined memory allocation for decryption requestVakul Garg1-96/+142
2018-08-11ip: process in-order fragments efficientlyPeter Oskolkov2-42/+70
2018-08-11ip: add helpers to process in-order fragments faster.Peter Oskolkov1-0/+73
2018-08-11net: sched: act_police: remove dependency on rtnl lockVlad Buslov1-3/+6
2018-08-11net: core: protect rate estimator statistics pointer with lockVlad Buslov1-8/+13
2018-08-11net: sched: act_mirred: remove dependency on rtnl lockVlad Buslov1-27/+51
2018-08-11net: sched: extend action ops with put_dev callbackVlad Buslov2-1/+12
2018-08-11net: sched: act_vlan: remove dependency on rtnl lockVlad Buslov1-12/+15
2018-08-11net: sched: act_tunnel_key: remove dependency on rtnl lockVlad Buslov1-13/+13
2018-08-11net: sched: act_skbmod: remove dependency on rtnl lockVlad Buslov1-5/+9
2018-08-11net: sched: act_simple: remove dependency on rtnl lockVlad Buslov1-1/+5
2018-08-11net: sched: act_sample: remove dependency on rtnl lockVlad Buslov1-2/+10
2018-08-11net: sched: act_pedit: remove dependency on rtnl lockVlad Buslov1-20/+20
2018-08-11net: sched: act_ipt: remove dependency on rtnl lockVlad Buslov1-0/+3
2018-08-11net: sched: act_ife: remove dependency on rtnl lockVlad Buslov1-15/+25
2018-08-11net: sched: act_gact: remove dependency on rtnl lockVlad Buslov1-2/+8
2018-08-11net: sched: act_csum: remove dependency on rtnl lockVlad Buslov1-9/+15
2018-08-11net: sched: act_bpf: remove dependency on rtnl lockVlad Buslov1-3/+7
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-10net/smc: send response to test link signalUrsula Braun1-0/+34
2018-08-10Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextDavid 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-09net: allow to call netif_reset_xps_queues() under cpus_read_lockAndrei Vagin2-5/+19
2018-08-09net: sched: fix block->refcnt decrementJiri Pirko1-0/+2
2018-08-09decnet: fix using plain integer as NULL warningYueHaibing1-2/+2
2018-08-09net: 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