summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2018-08-01strparser: remove redundant variable 'rd_desc'YueHaibing1-4/+0
2018-08-01ip_gre: remove redundant variables t_hlenYueHaibing1-5/+0
2018-08-01tcp: remove set but not used variable 'skb_size'Wei Yongjun1-2/+1
2018-08-01tcp: add stat of data packet reordering eventsWei Wang3-2/+7
2018-08-01tcp: add dsack blocks received statsWei Wang2-0/+5
2018-08-01tcp: add data bytes retransmitted statsWei Wang2-0/+6
2018-08-01tcp: add data bytes sent statsWei Wang2-0/+7
2018-08-01tcp: add a helper to calculate size of opt_statsWei Wang1-3/+24
2018-08-01net: ipv4: Notify about changes to ip_forward_update_priorityPetr Machata1-1/+18
2018-08-01net: ipv4: Control SKB reprioritization after forwardingPetr Machata3-1/+12
2018-08-01net: add helpers checking if socket can be bound to nonlocal addressVincent Bernat4-12/+6
2018-08-01net/tls: Use kmemdup to simplify the codezhong jiang2-4/+2
2018-08-01net/tipc: remove redundant variables 'tn' and 'oport'Colin Ian King1-4/+1
2018-08-01rds: Remove IPv6 dependencyKa-Cheong Poon12-26/+140
2018-08-01rds: rds_ib_recv_alloc_cache() should call alloc_percpu_gfp() insteadKa-Cheong Poon3-7/+7
2018-07-31net: remove bogus RCU annotations on socket.wqChristoph Hellwig1-6/+4
2018-07-31xsk: don't allow umem replace at stack levelJakub Kicinski1-9/+28
2018-07-31xsk: refactor xdp_umem_assign_dev()Jakub Kicinski1-28/+21
2018-07-30fib_rules: NULL check before kfree is not neededYueHaibing1-2/+1
2018-07-30net/tls: Use socket data_ready callback on record availabilityVakul Garg1-1/+1
2018-07-30act_mirred: use TC_ACT_REINSERT when possiblePaolo Abeni1-10/+43
2018-07-30net/tc: introduce TC_ACT_REINSERT.Paolo Abeni1-1/+5
2018-07-30tc/act: remove unneeded RCU lock in action callbackPaolo Abeni8-55/+26
2018-07-30net/sched: user-space can't set unknown tcfa_action valuesPaolo Abeni1-0/+14
2018-07-30net: remove sock_poll_busy_flagChristoph Hellwig1-5/+11
2018-07-30net: remove sock_poll_busy_loopChristoph Hellwig1-1/+4
2018-07-30net: simplify sock_poll_waitChristoph Hellwig11-12/+12
2018-07-29act_bpf: Use kmemdup instead of duplicating it in tcf_bpf_init_from_opsYueHaibing1-3/+1
2018-07-29cls_bpf: Use kmemdup instead of duplicating it in cls_bpf_prog_from_opsYueHaibing1-3/+1
2018-07-29act_pedit: remove unnecessary semicolonYueHaibing1-1/+1
2018-07-29net: report invalid mtu value via netlink extackStephen Hemminger2-7/+18
2018-07-29net: report min and max mtu network device settingsStephen Hemminger1-0/+6
2018-07-29route: add support for directed broadcast forwardingXin Long2-1/+16
2018-07-29net/ipv6: allow any source address for sendmsg pktinfo with ip_nonlocal_bindVincent Bernat1-1/+2
2018-07-29tls: Fix improper revert in zerocopy_from_iterDoron Roberts-Kedes1-7/+5
2018-07-29tls: Remove dead code in tls_sw_sendmsgDoron Roberts-Kedes1-4/+2
2018-07-27net: tipc: bcast: Replace GFP_ATOMIC with GFP_KERNEL in tipc_bcast_init()Jia-Ju Bai1-1/+1
2018-07-27net: tipc: name_table: Replace GFP_ATOMIC with GFP_KERNEL in tipc_nametbl_init()Jia-Ju Bai1-1/+1
2018-07-27sch_cake: Make gso-splitting configurable from userspaceDave Taht1-6/+7
2018-07-27l2tp: drop ->mru from struct l2tp_sessionGuillaume Nault5-50/+8
2018-07-27l2tp: drop ->flags from struct pppol2tp_sessionGuillaume Nault1-11/+2
2018-07-27l2tp: ignore L2TP_ATTR_VLAN_ID netlink attributeGuillaume Nault2-4/+0
2018-07-27l2tp: ignore L2TP_ATTR_DATA_SEQ netlink attributeGuillaume Nault3-17/+1
2018-07-27net/rds/Kconfig: Correct the RDS dependsAnders Roxell1-1/+1
2018-07-27net: dcb: Add priority-to-DSCP map gettersPetr Machata1-0/+86
2018-07-27net: dcb: For wild-card lookups, use priority -1, not 0Petr Machata1-4/+7
2018-07-27net: sched: don't dump chains only held by actionsJiri Pirko2-14/+60
2018-07-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller14-236/+1253
2018-07-27xfrm: fix ptr_ret.cocci warningskbuild test robot1-4/+1
2018-07-27net: sched: unmark chain as explicitly created on deleteJiri Pirko1-0/+1