summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* netfilter: xt_hashlimit: fix a possible memory leak in htable_create()Taehee Yoo2018-12-171-6/+3Star
* netfilter: nf_tables: fix use-after-free when deleting compat expressionsFlorian Westphal2018-12-172-3/+5
* netfilter: xt_RATEEST: remove netns exit routineTaehee Yoo2018-12-171-10/+0Star
* netfilter: nf_tables: don't skip inactive chains during updateFlorian Westphal2018-12-171-6/+3Star
* netfilter: nf_conncount: fix unexpected permanent node of list.Taehee Yoo2018-12-171-3/+15
* netfilter: nf_conncount: fix list_del corruption in conn_freeTaehee Yoo2018-12-171-2/+5
* netfilter: nf_conncount: use spin_lock_bh instead of spin_lockTaehee Yoo2018-12-171-6/+6
* net: fix XPS static_key accountingSabrina Dubroca2018-12-171-21/+24
* net: restore call to netdev_queue_numa_node_write when resetting XPSSabrina Dubroca2018-12-171-7/+9
* sctp: update frag_point when stream_interleave is setXin Long2018-12-172-3/+7
* tcp: fix NULL ref in tail loss probeYuchung Cheng2018-12-171-4/+7
* tcp: Do not underestimate rwnd_limitedEric Dumazet2018-12-171-1/+4
* sctp: kfree_rcu asocXin Long2018-12-171-1/+1
* rtnetlink: ndo_dflt_fdb_dump() only work for ARPHRD_ETHER devicesEric Dumazet2018-12-171-0/+3
* net: use skb_list_del_init() to remove from RX sublistsEdward Cree2018-12-173-8/+8
* net: Prevent invalid access to skb->prev in __qdisc_drop_allChristoph Paasch2018-12-171-0/+3
* ipv6: sr: properly initialize flowi6 prior passing to ip6_route_outputShmulik Ladkani2018-12-171-0/+1
* ipv6: Check available headroom in ip6_xmit() even without optionsStefano Brivio2018-12-171-21/+21
* ipv4: ipv6: netfilter: Adjust the frag mem limit when truesize changesJiri Wiesner2018-12-173-2/+21
* mac80211: ignore NullFunc frames in the duplicate detectionEmmanuel Grumbach2018-12-131-0/+1
* mac80211: fix reordering of buffered broadcast packetsFelix Fietkau2018-12-131-2/+2
* mac80211: ignore tx status for PS stations in ieee80211_tx_status_extFelix Fietkau2018-12-131-0/+2
* mac80211: Clear beacon_int in ieee80211_do_stopBen Greear2018-12-131-0/+2
* mac80211: fix GFP_KERNEL under tasklet contextYan-Hsuan Chuang2018-12-131-2/+2
* cfg80211: Fix busy loop regression in ieee80211_ie_split_ric()Jouni Malinen2018-12-131-0/+2
* SUNRPC: Fix leak of krb5p encode pagesChuck Lever2018-12-131-0/+4
* batman-adv: Expand merged fragment buffer for full packetSven Eckelmann2018-12-131-1/+1
* batman-adv: Use explicit tvlv padding for ELP packetsSven Eckelmann2018-12-131-2/+4
* tipc: use destination length for copy stringGuoqing Jiang2018-12-081-1/+1
* tipc: fix lockdep warning during node deleteJon Maloy2018-12-051-2/+5
* tcp: defer SACK compression after DupThreshEric Dumazet2018-12-053-6/+16
* net: skb_scrub_packet(): Scrub offload_fwd_markPetr Machata2018-12-051-0/+5
* packet: copy user buffers before orphan or cloneWillem de Bruijn2018-12-051-2/+2
* net: don't keep lonely packets forever in the gro hashPaolo Abeni2018-12-051-2/+5
* SUNRPC: Fix a bogus get/put in generic_key_to_expire()Trond Myklebust2018-12-011-7/+1Star
* can: raw: check for CAN FD capable netdev in raw_sendmsg()Oliver Hartkopp2018-12-011-7/+8
* tcp: do not release socket ownership in tcp_close()Eric Dumazet2018-12-012-9/+4Star
* llc: do not use sk_eat_skb()Eric Dumazet2018-12-011-7/+4Star
* sctp: clear the transport of some out_chunk_list chunks in sctp_assoc_rm_peerXin Long2018-12-011-3/+7
* libceph: fall back to sendmsg for slab pagesIlya Dryomov2018-11-271-3/+9
* SUNRPC: drop pointless static qualifier in xdr_get_next_encode_buffer()YueHaibing2018-11-271-1/+1
* netfilter: nft_compat: ebtables 'nat' table is normal chain typeFlorian Westphal2018-11-271-9/+12
* netfilter: ipset: Fix calling ip_set() macro at dumpingJozsef Kadlecsik2018-11-271-4/+8
* netfilter: xt_IDLETIMER: add sysfs filename checking routineTaehee Yoo2018-11-271-0/+20
* netfilter: ipset: fix ip_set_list allocation failureAndrey Ryabinin2018-11-271-4/+4
* netfilter: ipset: actually allow allowable CIDR 0 in hash:net,port,netEric Westbrook2018-11-271-4/+4
* netfilter: ipset: list:set: Decrease refcount synchronously on deletion and r...Stefano Brivio2018-11-272-18/+22
* Revert "netfilter: nft_numgen: add map lookups for numgen random operations"Pablo Neira Ayuso2018-11-271-127/+0Star
* netfilter: ipv6: fix oops when defragmenting locally generated fragmentsFlorian Westphal2018-11-271-4/+9
* rxrpc: Fix lockup due to no error backoff after ack transmit errorDavid Howells2018-11-233-8/+46