summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* sctp: walk the list of asoc safelyGreg Kroah-Hartman2019-02-121-2/+2
* sctp: check and update stream->out_curr when allocating stream_outXin Long2019-02-121-0/+20
* rxrpc: bad unlock balance in rxrpc_recvmsgEric Dumazet2019-02-121-1/+2
* rds: fix refcount bug in rds_sock_addrefEric Dumazet2019-02-121-3/+3
* net: dsa: slave: Don't propagate flag changes on down slave interfacesRundong Ge2019-02-121-5/+8
* net: dsa: Fix NULL checking in dsa_slave_set_eee()Dan Carpenter2019-02-121-2/+2
* net: dsa: Fix lockdep false positive splatMarc Zyngier2019-02-121-0/+4
* dccp: fool proof ccid_hc_[rt]x_parse_options()Eric Dumazet2019-02-121-2/+2
* xfrm6_tunnel: Fix spi check in __xfrm6_tunnel_alloc_spiYueHaibing2019-02-121-0/+3
* mac80211: fix radiotap vendor presence bitmap handlingJohannes Berg2019-02-121-2/+3
* tipc: fix node keep alive interval calculationHoang Le2019-02-121-0/+6
* sctp: set flow sport from saddr only when it's 0Xin Long2019-02-062-2/+4
* sctp: set chunk transport correctly when it's a new asocXin Long2019-02-061-3/+8
* ip6mr: Fix notifiers call on mroute_clean_tables()Nir Dotan2019-02-061-4/+3
* sctp: improve the events for sctp stream addingXin Long2019-02-061-11/+8
* net: ip6_gre: always reports o_key to userspaceLorenzo Bianconi2019-02-061-1/+6
* sctp: improve the events for sctp stream resetXin Long2019-02-061-22/+17
* net: set default network namespace in init_dummy_netdev()Josh Elsasser2019-02-061-0/+3
* net/rose: fix NULL ax25_cb kernel panicBernard Pidoux2019-02-061-0/+5
* netrom: switch to sock timer APICong Wang2019-02-061-10/+10
* net: ip_gre: use erspan key field for tunnel lookupLorenzo Bianconi2019-02-063-13/+17
* net: ip_gre: always reports o_key to userspaceLorenzo Bianconi2019-02-061-1/+6
* l2tp: fix reading optional fields of L2TPv3Jacob Wen2019-02-064-0/+30
* l2tp: copy 4 more bytes to linear part if necessaryJacob Wen2019-02-061-3/+2
* ipv6: sr: clear IP6CB(skb) on SRH ip4ip6 encapsulationYohei Kanemaru2019-02-061-0/+2
* ipv6: Consider sk_bound_dev_if when binding a socket to an addressDavid Ahern2019-02-061-0/+3
* Fix "net: ipv4: do not handle duplicate fragments as overlapping"Greg Kroah-Hartman2019-02-061-1/+1
* can: bcm: check timer values before ktime conversionOliver Hartkopp2019-01-311-0/+27
* tcp: allow MSG_ZEROCOPY transmission also in CLOSE_WAIT stateWillem de Bruijn2019-01-311-1/+1
* ip6_gre: update version related info when changing linkHangbin Liu2019-01-311-0/+4
* erspan: build the header with the right proto according to erspan_verXin Long2019-01-312-11/+18
* ip6_gre: fix tunnel list corruption for x-netnsOlivier Matz2019-01-311-2/+2
* udp: with udp_segment release on error pathWillem de Bruijn2019-01-312-8/+24
* net/sched: cls_flower: allocate mask dynamically in fl_change()Ivan Vecera2019-01-311-5/+14
* net: ipv4: Fix memory leak in network namespace dismantleIdo Schimmel2019-01-312-5/+14
* openvswitch: Avoid OOB read when parsing flow nlattrsRoss Lagerwall2019-01-311-1/+1
* net_sched: refetch skb protocol for each filterCong Wang2019-01-311-2/+1
* net/sched: act_tunnel_key: fix memory leak in case of action replaceDavide Caratti2019-01-311-8/+11
* net: Fix usage of pskb_trim_rcsumRoss Lagerwall2019-01-313-0/+3
* net: bridge: Fix ethernet header pointer before check skb forwardableYunjian Wang2019-01-311-5/+4
* Bluetooth: Fix unnecessary error message for HCI request completionJohan Hedberg2019-01-261-0/+6
* netfilter: ipt_CLUSTERIP: fix deadlock in netns exit routineTaehee Yoo2019-01-261-68/+87
* netfilter: ipt_CLUSTERIP: remove wrong WARN_ON_ONCE in netns exit routineTaehee Yoo2019-01-261-1/+0
* netfilter: ipt_CLUSTERIP: check MAC address when duplicate config is setTaehee Yoo2019-01-261-1/+2
* net: call sk_dst_reset when set SO_DONTROUTEyupeng2019-01-261-0/+1
* netfilter: ipset: Allow matching on destination MAC address for mac and ipmac...Stefano Brivio2019-01-263-16/+20
* net: clear skb->tstamp in bridge forwarding pathPaolo Abeni2019-01-261-0/+1
* ipv6: Take rcu_read_lock in __inet6_bind for mapped addressesDavid Ahern2019-01-261-1/+4
* net, skbuff: do not prefer skb allocation fails earlyDavid Rientjes2019-01-261-6/+1
* ipv6: Consider sk_bound_dev_if when binding a socket to a v4 mapped addressDavid Ahern2019-01-261-1/+10