Age | Commit message (Expand) | Author |
2018-08-11 | ip: add helpers to process in-order fragments faster. | Peter Oskolkov |
2018-08-11 | net: sched: act_police: remove dependency on rtnl lock | Vlad Buslov |
2018-08-11 | net: core: protect rate estimator statistics pointer with lock | Vlad Buslov |
2018-08-11 | net: sched: act_mirred: remove dependency on rtnl lock | Vlad Buslov |
2018-08-11 | net: sched: extend action ops with put_dev callback | Vlad Buslov |
2018-08-11 | net: sched: act_vlan: remove dependency on rtnl lock | Vlad Buslov |
2018-08-11 | net: sched: act_tunnel_key: remove dependency on rtnl lock | Vlad Buslov |
2018-08-11 | net: sched: act_skbmod: remove dependency on rtnl lock | Vlad Buslov |
2018-08-11 | net: sched: act_simple: remove dependency on rtnl lock | Vlad Buslov |
2018-08-11 | net: sched: act_sample: remove dependency on rtnl lock | Vlad Buslov |
2018-08-11 | net: sched: act_pedit: remove dependency on rtnl lock | Vlad Buslov |
2018-08-11 | net: sched: act_ipt: remove dependency on rtnl lock | Vlad Buslov |
2018-08-11 | net: sched: act_ife: remove dependency on rtnl lock | Vlad Buslov |
2018-08-11 | net: sched: act_gact: remove dependency on rtnl lock | Vlad Buslov |
2018-08-11 | net: sched: act_csum: remove dependency on rtnl lock | Vlad Buslov |
2018-08-11 | net: sched: act_bpf: remove dependency on rtnl lock | Vlad Buslov |
2018-08-11 | net/sctp: Replace in/out stream arrays with flex_array | Konstantin Khorenko |
2018-08-11 | net/sctp: Make wrappers for accessing in/out streams | Konstantin Khorenko |
2018-08-11 | l2tp: let pppol2tp_ioctl() fallback to dev_ioctl() | Guillaume Nault |
2018-08-11 | l2tp: zero out stats in pppol2tp_copy_stats() | Guillaume Nault |
2018-08-11 | l2tp: remove pppol2tp_session_ioctl() | Guillaume Nault |
2018-08-11 | l2tp: remove pppol2tp_tunnel_ioctl() | Guillaume Nault |
2018-08-11 | l2tp: handle PPPIOC[GS]MRU and PPPIOC[GS]FLAGS in pppol2tp_ioctl() | Guillaume Nault |
2018-08-11 | l2tp: simplify pppol2tp_ioctl() | Guillaume Nault |
2018-08-11 | l2tp: split l2tp_session_get() | Guillaume Nault |
2018-08-11 | l2tp: define l2tp_tunnel_uses_xfrm() | Guillaume Nault |
2018-08-11 | tcp: avoid resetting ACK timer upon receiving packet with ECN CWR flag | Yuchung Cheng |
2018-08-11 | tcp: always ACK immediately on hole repairs | Yuchung Cheng |
2018-08-11 | tcp: avoid resetting ACK timer in DCTCP | Yuchung Cheng |
2018-08-11 | tcp: mandate a one-time immediate ACK | Yuchung Cheng |
2018-08-11 | rxrpc: remove redundant static int 'zero' | Colin Ian King |
2018-08-10 | net/smc: send response to test link signal | Ursula Braun |
2018-08-10 | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/... | David S. Miller |
2018-08-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller |
2018-08-10 | Bluetooth: Add definitions for LE set address resolution | Ankit Navik |
2018-08-09 | net: allow to call netif_reset_xps_queues() under cpus_read_lock | Andrei Vagin |
2018-08-09 | net: sched: fix block->refcnt decrement | Jiri Pirko |
2018-08-09 | decnet: fix using plain integer as NULL warning | YueHaibing |
2018-08-09 | net: ipv6_gre: Fix GRO to work on IPv6 over GRE tap | Maria Pasechnik |
2018-08-09 | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2018-08-08 | dsa: slave: eee: Allow ports to use phylink | Andrew Lunn |
2018-08-08 | net/smc: move sock lock in smc_ioctl() | Ursula Braun |
2018-08-08 | net/smc: allow sysctl rmem and wmem defaults for servers | Ursula Braun |
2018-08-08 | net/smc: no shutdown in state SMC_LISTEN | Ursula Braun |
2018-08-08 | rxrpc: Fix the keepalive generator [ver #2] | David Howells |
2018-08-08 | netfilter: nfnetlink_osf: fix using plain integer as NULL warning | Wei Yongjun |
2018-08-08 | net:mod: remove unneeded variable 'ret' in init_p9 | zhong jiang |
2018-08-08 | net:af_iucv: get rid of the unneeded variable 'err' in afiucv_pm_freeze | zhong jiang |
2018-08-07 | llc: use refcount_inc_not_zero() for llc_sap_find() | Cong Wang |
2018-08-07 | dccp: fix undefined behavior with 'cwnd' shift in ccid2_cwnd_restart() | Alexey Kodanev |