summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* rxrpc: Transmit more ACKs during data receptionDavid Howells2018-08-012-0/+18
* rxrpc: Propose, but don't immediately transmit, the final ACK for a callDavid Howells2018-08-011-4/+2
* rxrpc: Increase the size of a call's Rx windowDavid Howells2018-08-011-1/+1
* rxrpc: Trace socket notificationDavid Howells2018-08-011-1/+3
* rxrpc: Trace packet transmissionDavid Howells2018-08-017-15/+55
* rxrpc: Fix the trace for terminal ACK (re)transmissionDavid Howells2018-08-011-2/+4
* rxrpc: Show some more information through /proc filesDavid Howells2018-08-011-4/+9
* rxrpc: Display call expect-receive-by timeout in procDavid Howells2018-08-011-3/+11
* rxrpc: remove redundant variables 'sp' and 'did_discard'YueHaibing2018-08-012-4/+0
* net: remove bogus RCU annotations on socket.wqChristoph Hellwig2018-07-311-6/+4
* xsk: don't allow umem replace at stack levelJakub Kicinski2018-07-311-9/+28
* xsk: refactor xdp_umem_assign_dev()Jakub Kicinski2018-07-311-28/+21
* fib_rules: NULL check before kfree is not neededYueHaibing2018-07-301-2/+1
* net/tls: Use socket data_ready callback on record availabilityVakul Garg2018-07-301-1/+1
* act_mirred: use TC_ACT_REINSERT when possiblePaolo Abeni2018-07-301-10/+43
* net/tc: introduce TC_ACT_REINSERT.Paolo Abeni2018-07-301-1/+5
* tc/act: remove unneeded RCU lock in action callbackPaolo Abeni2018-07-308-55/+26
* net/sched: user-space can't set unknown tcfa_action valuesPaolo Abeni2018-07-301-0/+14
* net: remove sock_poll_busy_flagChristoph Hellwig2018-07-301-5/+11
* net: remove sock_poll_busy_loopChristoph Hellwig2018-07-301-1/+4
* net: simplify sock_poll_waitChristoph Hellwig2018-07-3011-12/+12
* act_bpf: Use kmemdup instead of duplicating it in tcf_bpf_init_from_opsYueHaibing2018-07-291-3/+1
* cls_bpf: Use kmemdup instead of duplicating it in cls_bpf_prog_from_opsYueHaibing2018-07-291-3/+1
* act_pedit: remove unnecessary semicolonYueHaibing2018-07-291-1/+1
* net: report invalid mtu value via netlink extackStephen Hemminger2018-07-292-7/+18
* net: report min and max mtu network device settingsStephen Hemminger2018-07-291-0/+6
* route: add support for directed broadcast forwardingXin Long2018-07-292-1/+16
* net/ipv6: allow any source address for sendmsg pktinfo with ip_nonlocal_bindVincent Bernat2018-07-291-1/+2
* tls: Fix improper revert in zerocopy_from_iterDoron Roberts-Kedes2018-07-281-7/+5
* tls: Remove dead code in tls_sw_sendmsgDoron Roberts-Kedes2018-07-281-4/+2
* net: tipc: bcast: Replace GFP_ATOMIC with GFP_KERNEL in tipc_bcast_init()Jia-Ju Bai2018-07-271-1/+1
* net: tipc: name_table: Replace GFP_ATOMIC with GFP_KERNEL in tipc_nametbl_init()Jia-Ju Bai2018-07-271-1/+1
* sch_cake: Make gso-splitting configurable from userspaceDave Taht2018-07-271-6/+7
* l2tp: drop ->mru from struct l2tp_sessionGuillaume Nault2018-07-275-50/+8
* l2tp: drop ->flags from struct pppol2tp_sessionGuillaume Nault2018-07-271-11/+2
* l2tp: ignore L2TP_ATTR_VLAN_ID netlink attributeGuillaume Nault2018-07-272-4/+0
* l2tp: ignore L2TP_ATTR_DATA_SEQ netlink attributeGuillaume Nault2018-07-273-17/+1
* net/rds/Kconfig: Correct the RDS dependsAnders Roxell2018-07-271-1/+1
* net: dcb: Add priority-to-DSCP map gettersPetr Machata2018-07-271-0/+86
* net: dcb: For wild-card lookups, use priority -1, not 0Petr Machata2018-07-271-4/+7
* net: sched: don't dump chains only held by actionsJiri Pirko2018-07-272-14/+60
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2018-07-2714-236/+1253
|\
| * xfrm: fix ptr_ret.cocci warningskbuild test robot2018-07-271-4/+1
| * xfrm: Return detailed errors from xfrmi_newlinkBenedict Wong2018-07-261-12/+20
| * xfrm: fix 'passing zero to ERR_PTR()' warningYueHaibing2018-07-261-1/+4
| * xfrm: Allow xfrmi if_id to be updated by UPDSANathan Harold2018-07-201-2/+6
| * xfrm: Remove xfrmi interface ID from flowiBenedict Wong2018-07-203-37/+68
| * xfrm: don't check offload_handle for nonzeroShannon Nelson2018-07-193-11/+7
| * ipv6: xfrm: use 64-bit timestampsArnd Bergmann2018-07-111-1/+1
| * xfrm: use time64_t for in-kernel timestampsArnd Bergmann2018-07-112-17/+17