summaryrefslogtreecommitdiff
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: Fix coding style in skb_push()Ganesh Goudar2018-08-021-1/+1
* rxrpc: Remove set but not used variable 'nowj'Wei Yongjun2018-08-021-2/+1
* Merge tag 'rxrpc-next-20180801' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller2018-08-0110-31/+100
|\
| * 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: sched: make tcf_chain_{get,put}() staticJiri Pirko2018-08-011-18/+16
* | net: sched: fix notifications for action-held chainsJiri Pirko2018-08-011-28/+43
* | net: sched: change name of zombie chain to "held_by_acts_only"Jiri Pirko2018-08-011-8/+6
* | rds: remove redundant variable 'rds_ibdev'YueHaibing2018-08-011-3/+0
* | strparser: remove redundant variable 'rd_desc'YueHaibing2018-08-011-4/+0
* | ip_gre: remove redundant variables t_hlenYueHaibing2018-08-011-5/+0
* | tcp: remove set but not used variable 'skb_size'Wei Yongjun2018-08-011-2/+1
* | tcp: add stat of data packet reordering eventsWei Wang2018-08-013-2/+7
* | 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