summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2018-08-01ip_gre: remove redundant variables t_hlenYueHaibing
2018-08-01tcp: remove set but not used variable 'skb_size'Wei Yongjun
2018-08-01tcp: add stat of data packet reordering eventsWei Wang
2018-08-01tcp: add dsack blocks received statsWei Wang
2018-08-01tcp: add data bytes retransmitted statsWei Wang
2018-08-01tcp: add data bytes sent statsWei Wang
2018-08-01tcp: add a helper to calculate size of opt_statsWei Wang
2018-08-01net: ipv4: Notify about changes to ip_forward_update_priorityPetr Machata
2018-08-01net: ipv4: Control SKB reprioritization after forwardingPetr Machata
2018-08-01net: add helpers checking if socket can be bound to nonlocal addressVincent Bernat
2018-08-01net/tls: Use kmemdup to simplify the codezhong jiang
2018-08-01net/tipc: remove redundant variables 'tn' and 'oport'Colin Ian King
2018-08-01rds: Remove IPv6 dependencyKa-Cheong Poon
2018-08-01rds: rds_ib_recv_alloc_cache() should call alloc_percpu_gfp() insteadKa-Cheong Poon
2018-07-31net: remove bogus RCU annotations on socket.wqChristoph Hellwig
2018-07-31xsk: don't allow umem replace at stack levelJakub Kicinski
2018-07-31xsk: refactor xdp_umem_assign_dev()Jakub Kicinski
2018-07-30fib_rules: NULL check before kfree is not neededYueHaibing
2018-07-30net/tls: Use socket data_ready callback on record availabilityVakul Garg
2018-07-30act_mirred: use TC_ACT_REINSERT when possiblePaolo Abeni
2018-07-30net/tc: introduce TC_ACT_REINSERT.Paolo Abeni
2018-07-30tc/act: remove unneeded RCU lock in action callbackPaolo Abeni
2018-07-30net/sched: user-space can't set unknown tcfa_action valuesPaolo Abeni
2018-07-30net: remove sock_poll_busy_flagChristoph Hellwig
2018-07-30net: remove sock_poll_busy_loopChristoph Hellwig
2018-07-30net: simplify sock_poll_waitChristoph Hellwig
2018-07-29act_bpf: Use kmemdup instead of duplicating it in tcf_bpf_init_from_opsYueHaibing
2018-07-29cls_bpf: Use kmemdup instead of duplicating it in cls_bpf_prog_from_opsYueHaibing
2018-07-29act_pedit: remove unnecessary semicolonYueHaibing
2018-07-29net: report invalid mtu value via netlink extackStephen Hemminger
2018-07-29net: report min and max mtu network device settingsStephen Hemminger
2018-07-29route: add support for directed broadcast forwardingXin Long
2018-07-29net/ipv6: allow any source address for sendmsg pktinfo with ip_nonlocal_bindVincent Bernat
2018-07-28tls: Fix improper revert in zerocopy_from_iterDoron Roberts-Kedes
2018-07-28tls: Remove dead code in tls_sw_sendmsgDoron Roberts-Kedes
2018-07-27net: tipc: bcast: Replace GFP_ATOMIC with GFP_KERNEL in tipc_bcast_init()Jia-Ju Bai
2018-07-27net: tipc: name_table: Replace GFP_ATOMIC with GFP_KERNEL in tipc_nametbl_init()Jia-Ju Bai
2018-07-27sch_cake: Make gso-splitting configurable from userspaceDave Taht
2018-07-27l2tp: drop ->mru from struct l2tp_sessionGuillaume Nault
2018-07-27l2tp: drop ->flags from struct pppol2tp_sessionGuillaume Nault
2018-07-27l2tp: ignore L2TP_ATTR_VLAN_ID netlink attributeGuillaume Nault
2018-07-27l2tp: ignore L2TP_ATTR_DATA_SEQ netlink attributeGuillaume Nault
2018-07-27net/rds/Kconfig: Correct the RDS dependsAnders Roxell
2018-07-27net: dcb: Add priority-to-DSCP map gettersPetr Machata
2018-07-27net: dcb: For wild-card lookups, use priority -1, not 0Petr Machata
2018-07-27net: sched: don't dump chains only held by actionsJiri Pirko
2018-07-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2018-07-27xfrm: fix ptr_ret.cocci warningskbuild test robot
2018-07-26net: sched: unmark chain as explicitly created on deleteJiri Pirko
2018-07-26tls: Skip zerocopy path for ITER_KVECDoron Roberts-Kedes