aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-21tls: Do not call sk_memcopy_from_iter with zero lengthVakul Garg1-4/+6
2018-12-21ipv6: tunnels: fix two use-after-freeEric Dumazet2-0/+2
2018-12-21Prevent overflow of sk_msg in sk_msg_clone()Vakul Garg1-0/+3
2018-12-21packet: validate address lengthWillem de Bruijn1-0/+4
2018-12-20tcp: fix a race in inet_diag_dump_icsk()Eric Dumazet1-1/+3
2018-12-20ipv6: frags: Fix bogus skb->sk in reassembled packetsHerbert Xu1-0/+1
2018-12-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds44-165/+372
2018-12-19rds: Fix warning.David S. Miller1-1/+3
2018-12-19neighbor: NTF_PROXY is a valid ndm_flag for a dump requestDavid Ahern1-1/+6
2018-12-19net/sched: cls_flower: Remove old entries from rhashtableRoi Dayan1-4/+3
2018-12-19net/tls: allocate tls context using GFP_ATOMICGanesh Goudar1-1/+1
2018-12-19gro_cell: add napi_disable in gro_cells_destroyLorenzo Bianconi1-0/+1
2018-12-19ipv6: explicitly initialize udp6_addr in udp_sock_create6()Cong Wang1-1/+2
2018-12-19net/rds: remove user triggered WARN_ON in rds_sendmsgshamir rabinovitch4-19/+29
2018-12-19net/rds: fix warn in rds_message_alloc_sgsshamir rabinovitch3-42/+91
2018-12-19Merge tag 'mac80211-for-davem-2018-12-19' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211David S. Miller4-3/+11
2018-12-19mac80211: free skb fraglist before freeing the skbSara Sharon1-0/+5
2018-12-19nl80211: fix memory leak if validate_pae_over_nl80211() failsJohannes Berg1-1/+3
2018-12-18net/smc: fix TCP fallback socket releaseMyungho Jung2-2/+16
2018-12-18tipc: check group dests after tipc_wait_for_cond()Cong Wang1-4/+5
2018-12-18VSOCK: Send reset control packet when socket is partially boundJorgen Hansen1-17/+50
2018-12-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller4-5/+17
2018-12-18SUNRPC: Remove xprt_connect_status()Trond Myklebust1-31/+1
2018-12-18SUNRPC: Fix a race with XPRT_CONNECTINGTrond Myklebust1-2/+2
2018-12-18SUNRPC: Fix disconnection racesTrond Myklebust3-5/+7
2018-12-18mac80211: fix a kernel panic when TXing after TXQ teardownSara Sharon2-2/+3
2018-12-17net: add missing SOF_TIMESTAMPING_OPT_ID supportWillem de Bruijn4-6/+6
2018-12-17ipv6: add missing tx timestamping on IPPROTO_RAWWillem de Bruijn1-0/+2
2018-12-15net: clear skb->tstamp in forwarding pathsEric Dumazet2-0/+2
2018-12-15net: ipv4: do not handle duplicate fragments as overlappingMichal Kubecek1-6/+12
2018-12-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2-4/+22
2018-12-14tipc: check tsk->group in tipc_wait_for_cond()Cong Wang1-11/+14
2018-12-14net: Allow class-e address assignment via ifconfig ioctlDave Taht2-2/+5
2018-12-14ip6mr: Fix potential Spectre v1 vulnerabilityGustavo A. R. Silva1-0/+4
2018-12-14VSOCK: bind to random port for VMADDR_PORT_ANYLepton Wu1-1/+6
2018-12-14net/tls: sleeping function from invalid contextAtul Gupta1-13/+23
2018-12-14net/tls: Init routines in create_ctxAtul Gupta1-3/+3
2018-12-14tipc: compare remote and local protocols in tipc_udp_enable()Cong Wang1-0/+5
2018-12-14tipc: fix a double kfree_skb()Cong Wang1-3/+1
2018-12-14tipc: use lock_sock() in tipc_sk_reinit()Cong Wang1-2/+6
2018-12-14net: netlink: rename NETLINK_DUMP_STRICT_CHK -> NETLINK_GET_STRICT_CHKJakub Kicinski1-2/+2
2018-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller6-15/+22
2018-12-13netfilter: nf_conncount: use rb_link_node_rcu() instead of rb_link_node()Taehee Yoo1-1/+1
2018-12-13netfilter: nat: can't use dst_hold on noref dstFlorian Westphal1-1/+2
2018-12-13netfilter: ipset: do not call ipset_nest_end after nla_nest_cancelPan Bian1-1/+1
2018-12-11bpf: fix bpf_jit_limit knob for PAGE_SIZE >= 64KDaniel Borkmann1-3/+17
2018-12-10ipv4: Fix potential Spectre v1 vulnerabilityGustavo A. R. Silva1-0/+4
2018-12-10sctp: initialize sin6_flowinfo for ipv6 addrs in sctp_inet6addr_eventXin Long1-0/+1
2018-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds35-176/+278
2018-12-09net/sched: cls_flower: Reject duplicated rules also under skip_swOr Gerlitz1-13/+10