summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2017-08-28l2tp: hold tunnel while processing genl delete commandGuillaume Nault1-2/+4
2017-08-28l2tp: hold tunnel while looking up sessions in l2tp_netlinkGuillaume Nault3-47/+38
2017-08-28l2tp: initialise session's refcount before making it reachableGuillaume Nault1-4/+2
2017-08-28net: missing call of trace_napi_poll in busy_poll_stopJesper Dangaard Brouer1-0/+1
2017-08-26udp6: set rx_dst_cookie on rx_dst updatesPaolo Abeni2-2/+13
2017-08-26tcp: fix refcnt leak with ebpf congestion controlSabrina Dubroca3-11/+17
2017-08-26ipv6: Fix may be used uninitialized warning in rt6_checkSteffen Klassert1-1/+1
2017-08-25tipc: context imbalance at node read unlockParthasarathy Bhuvaragan1-1/+1
2017-08-25tipc: reassign pointers after skb reallocation / linearizationParthasarathy Bhuvaragan1-2/+5
2017-08-25tipc: perform skb_linearize() before parsing the inner headerParthasarathy Bhuvaragan1-0/+2
2017-08-25net_sched: fix a refcount_t issue with noop_qdiscEric Dumazet2-4/+4
2017-08-25bpf: fix bpf_setsockopts return valueYuchung Cheng1-1/+0
2017-08-25tipc: Fix tipc_sk_reinit handling of -EAGAINBob Peterson1-3/+3
2017-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller6-24/+30
2017-08-24netfilter: nf_tables: Fix nft limit burst handlingandy zhou1-11/+14
2017-08-24netfilter: check for seqadj ext existence before adding it in nf_nat_setup_infoXin Long1-1/+1
2017-08-24sctp: Avoid out-of-bounds reads from address storageStefano Brivio2-4/+6
2017-08-24net: dsa: use consume_skb()Eric Dumazet2-2/+2
2017-08-24net: dsa: skb_put_padto() already frees nskbFlorian Fainelli1-4/+6
2017-08-24net: core: Specify skb_pad()/skb_put_padto() SKB freeingFlorian Fainelli1-5/+8
2017-08-23net: sched: don't do tcf_chain_flush from tcf_chain_destroyJiri Pirko1-3/+3
2017-08-23net: sched: fix use after free when tcf_chain_destroy is called multiple timesJiri Pirko1-2/+10
2017-08-23udp: on peeking bad csum, drop packets even if not at headEric Dumazet1-1/+1
2017-08-23tipc: fix a race condition of releasing subscriber objectYing Xue1-0/+2
2017-08-23tipc: remove subscription references only for pending timersParthasarathy Bhuvaragan1-12/+7
2017-08-22net/hsr: Check skb_put_padto() return valueFlorian Fainelli1-1/+2
2017-08-22ipv6: add rcu grace period before freeing fib6_nodeWei Wang2-7/+27
2017-08-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller6-11/+29
2017-08-22ipv6: accept 64k - 1 packet length in ip6_find_1stfragopt()Stefano Brivio1-4/+2
2017-08-21ipv6: repair fib6 tree in failure caseWei Wang1-13/+11
2017-08-19net: sched: fix NULL pointer dereference when action calls some targetsXin Long1-0/+2
2017-08-19rxrpc: Fix oops when discarding a preallocated service callDavid Howells1-0/+1
2017-08-19irda: do not leak initialized list.dev to userspaceColin Ian King1-1/+1
2017-08-19tcp: when rearming RTO, if RTO time is in past then fire RTO ASAPNeal Cardwell1-2/+1
2017-08-19net: check and errout if res->fi is NULL when RTM_F_FIB_MATCH is setRoopa Prabhu1-2/+9
2017-08-19ipv6: reset fn->rr_ptr when replacing routeWei Wang1-0/+4
2017-08-19sctp: fully initialize the IPv6 address in sctp_v6_to_addr()Alexander Potapenko1-0/+2
2017-08-19tipc: fix use-after-freeEric Dumazet1-2/+4
2017-08-19datagram: When peeking datagrams with offset < 0 don't skip empty skbsMatthew Dawson4-9/+14
2017-08-18net: sched: fix p_filter_chain check in tcf_chain_flushJiri Pirko1-1/+1
2017-08-17ipv4: better IP_MAX_MTU enforcementEric Dumazet1-1/+1
2017-08-17dccp: defer ccid_hc_tx_delete() at dismantle timeEric Dumazet1-2/+12
2017-08-17openvswitch: fix skb_panic due to the incorrect actions attrlenLiping Zhang3-3/+7
2017-08-16net: igmp: Use ingress interface rather than vrf deviceDavid Ahern1-1/+9
2017-08-16net_sched: remove warning from qdisc_hash_addKonstantin Khlebnikov1-3/+0
2017-08-16net_sched/sfq: update hierarchical backlog when drop packetKonstantin Khlebnikov1-1/+4
2017-08-16net_sched: reset pointers to tcf blocks in classful qdiscs' destructorsKonstantin Khlebnikov4-4/+12
2017-08-16ipv4: fix NULL dereference in free_fib_info_rcu()Eric Dumazet1-5/+7
2017-08-16ipv6: fix NULL dereference in ip6_route_dev_notify()Eric Dumazet1-3/+3
2017-08-15Merge tag 'wireless-drivers-for-davem-2017-08-15' of git://git.kernel.org/pub...David S. Miller1-1/+21