summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-0226-63/+131
|\
| * Revert "net/ipv6: fix metrics leak"David S. Miller2018-08-021-14/+4Star
| * rxrpc: Fix user call ID check in rxrpc_service_prealloc_oneYueHaibing2018-08-011-2/+2
| * net: dsa: Do not suspend/resume closed slave_devFlorian Fainelli2018-08-011-0/+6
| * netlink: Fix spectre v1 gadget in netlink_create()Jeremy Cline2018-08-011-0/+2
| * ipv4: frags: handle possible skb truesize changeEric Dumazet2018-07-311-0/+5
| * inet: frag: enforce memory limits earlierEric Dumazet2018-07-311-3/+3
| * netlink: Don't shift with UB on nlk->ngroupsDmitry Safonov2018-07-301-1/+5
| * net/ipv6: fix metrics leakSabrina Dubroca2018-07-301-4/+14
| * openvswitch: meter: Fix setting meter id for new entriesJustin Pettit2018-07-291-5/+5
| * netlink: Do not subscribe to non-existent groupsDmitry Safonov2018-07-291-0/+1
| * tcp_bbr: fix bw probing to raise in-flight data for very small BDPsNeal Cardwell2018-07-291-0/+4
| * net: socket: Fix potential spectre v1 gadget in sock_is_registeredJeremy Cline2018-07-291-1/+2
| * net: socket: fix potential spectre v1 gadget in socketcallJeremy Cline2018-07-291-0/+2
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-07-294-8/+11
| |\
| | * bpf: use GFP_ATOMIC instead of GFP_KERNEL in bpf_parse_prog()Taehee Yoo2018-07-281-1/+1
| | * bpf: fix bpf_skb_load_bytes_relative pkt length checkDaniel Borkmann2018-07-281-5/+7
| | * xdp: add NULL pointer check in __xdp_return()Taehee Yoo2018-07-271-1/+2
| | * xsk: fix poll/POLLIN premature returnsBjörn Töpel2018-07-261-1/+1
| * | ipv4: remove BUG_ON() from fib_compute_spec_dstLorenzo Bianconi2018-07-291-2/+2
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2018-07-274-13/+23
| |\ \
| | * | esp6: fix memleak on error path in esp6_inputZhen Lei2018-06-271-1/+3
| | * | xfrm: free skb if nlsk pointer is NULLFlorian Westphal2018-06-251-4/+6
| | * | xfrm: fix missing dst_release() after policy blocking lbcast and multicastTommi Rantala2018-06-231-0/+3
| | * | xfrm_user: prevent leaking 2 bytes of kernel memoryEric Dumazet2018-06-191-3/+5
| | * | vti6: fix PMTU caching and reporting on xmitEyal Birger2018-06-071-5/+6
| * | | RDS: RDMA: Fix the NULL-ptr deref in rds_ib_get_mrAvinash Repaka2018-07-266-20/+39
| * | | net: rollback orig value on failure of dev_qdisc_change_tx_queue_lenTariq Toukan2018-07-261-7/+10
| * | | net: igmp: make function __ip_mc_inc_group() staticWei Yongjun2018-07-261-1/+2
| * | | tcp: ack immediately when a cwr packet arrivesLawrence Brakmo2018-07-261-1/+8
* | | | 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/+1Star
* | | | 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/+2Star
| * | | | 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/+0Star
* | | | | net: sched: make tcf_chain_{get,put}() staticJiri Pirko2018-08-011-18/+16Star
* | | | | 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/+6Star
* | | | | rds: remove redundant variable 'rds_ibdev'YueHaibing2018-08-011-3/+0Star
* | | | | strparser: remove redundant variable 'rd_desc'YueHaibing2018-08-011-4/+0Star
* | | | | ip_gre: remove redundant variables t_hlenYueHaibing2018-08-011-5/+0Star
* | | | | tcp: remove set but not used variable 'skb_size'Wei Yongjun2018-08-011-2/+1Star
* | | | | tcp: add stat of data packet reordering eventsWei Wang2018-08-013-2/+7