summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* tcp: add dsack blocks received statsWei Wang2018-08-012-0/+5
* tcp: add data bytes retransmitted statsWei Wang2018-08-012-0/+6
* tcp: add data bytes sent statsWei Wang2018-08-012-0/+7
* tcp: add a helper to calculate size of opt_statsWei Wang2018-08-011-3/+24
* net: ipv4: Notify about changes to ip_forward_update_priorityPetr Machata2018-08-011-1/+18
* net: ipv4: Control SKB reprioritization after forwardingPetr Machata2018-08-013-1/+12
* net: add helpers checking if socket can be bound to nonlocal addressVincent Bernat2018-08-014-12/+6
* net/tls: Use kmemdup to simplify the codezhong jiang2018-08-012-4/+2
* net/tipc: remove redundant variables 'tn' and 'oport'Colin Ian King2018-08-011-4/+1
* rds: Remove IPv6 dependencyKa-Cheong Poon2018-08-0112-26/+140
* rds: rds_ib_recv_alloc_cache() should call alloc_percpu_gfp() insteadKa-Cheong Poon2018-08-013-7/+7
* 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