summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* mm: replace get_user_pages_unlocked() write/force parameters with gup_flagsLorenzo Stoakes2018-12-171-1/+1
* tcp: fix NULL ref in tail loss probeYuchung Cheng2018-12-171-4/+8
* rtnetlink: ndo_dflt_fdb_dump() only work for ARPHRD_ETHER devicesEric Dumazet2018-12-171-0/+3
* net: Prevent invalid access to skb->prev in __qdisc_drop_allChristoph Paasch2018-12-171-0/+3
* ipv6: Check available headroom in ip6_xmit() even without optionsStefano Brivio2018-12-171-21/+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
* 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
* ip_tunnel: Fix name string concatenate in __ip_tunnel_create()Sultan Alsawaf2018-12-131-2/+2
* netfilter: nf_tables: fix oops when inserting an element into a verdict mapLiping Zhang2018-12-011-0/+1
* SUNRPC: Fix a bogus get/put in generic_key_to_expire()Trond Myklebust2018-12-011-7/+1
* llc: do not use sk_eat_skb()Eric Dumazet2018-12-011-7/+4
* sctp: clear the transport of some out_chunk_list chunks in sctp_assoc_rm_peerXin Long2018-12-011-3/+7
* SUNRPC: drop pointless static qualifier in xdr_get_next_encode_buffer()YueHaibing2018-11-271-1/+1
* netfilter: xt_IDLETIMER: add sysfs filename checking routineTaehee Yoo2018-11-271-0/+20
* netfilter: ipset: actually allow allowable CIDR 0 in hash:net,port,netEric Westbrook2018-11-271-4/+4
* ipv6: Fix PMTU updates for UDP/raw sockets in presence of VRFDavid Ahern2018-11-271-2/+6
* net-gro: reset skb->pkt_type in napi_reuse_skb()Eric Dumazet2018-11-271-0/+4
* ip_tunnel: don't force DF when MTU is lockedSabrina Dubroca2018-11-271-1/+1
* flow_dissector: do not dissect l4 ports for fragments배석진2018-11-271-2/+2
* sunrpc: correct the computation for page_ptr when truncatingFrank Sorenson2018-11-211-3/+2
* 9p: clear dangling pointers in p9stat_freeDominique Martinet2018-11-211-0/+5
* nfsd: Fix an Oops in free_session()Trond Myklebust2018-11-211-1/+1
* net/ipv4: defensive cipso option parsingStefan Nuernberger2018-11-211-4/+7
* l2tp: hold tunnel socket when handling control frames in l2tp_ip and l2tp_ip6Guillaume Nault2018-11-102-4/+6
* rtnetlink: Disallow FDB configuration for non-Ethernet deviceIdo Schimmel2018-11-101-0/+10
* net: drop skb on failure in ip_check_defrag()Cong Wang2018-11-101-4/+8
* sctp: fix race on sctp_id2asocMarcelo Ricardo Leitner2018-11-101-3/+2
* net: socket: fix a missing-check bugWenwen Wang2018-11-101-3/+8
* net: sched: gred: pass the right attribute to gred_change_table_def()Jakub Kicinski2018-11-101-1/+1
* net/ipv6: Fix index counter for unicast addresses in in6_dump_addrsDavid Ahern2018-11-101-2/+4
* ipv6/ndisc: Preserve IPv6 control buffer if protocol error handlers are calledStefano Brivio2018-11-101-2/+1
* ipv6: mcast: fix a use-after-free in inet6_mc_checkEric Dumazet2018-11-101-8/+8
* net: bridge: remove ipv6 zero address check in mcast queriesNikolay Aleksandrov2018-11-101-2/+1
* bridge: do not add port to router list when receives query with source 0.0.0.0Hangbin Liu2018-11-101-1/+9
* l2tp: hold socket before dropping lock in l2tp_ip{, 6}_recv()Guillaume Nault2018-11-102-10/+12
* gro: Allow tunnel stacking in the case of FOU/GUEAlexander Duyck2018-11-101-0/+16
* vti6: flush x-netns xfrm cache when vti interface is removedNicolas Dichtel2018-11-101-0/+31
* sch_red: update backlog as wellWANG Cong2018-11-101-0/+4
* xfrm: Clear sk_dst_cache when applying per-socket policy.Jonathan Basseri2018-11-101-0/+1
* ipv6: orphan skbs in reassembly unitEric Dumazet2018-11-101-0/+1
* af_iucv: Move sockaddr length checks to before accessing sa_family in bind an...Mateusz Jurczyk2018-11-101-5/+3
* net: drop write-only stack variableDavid Herrmann2018-11-101-4/+1
* Bluetooth: SMP: fix crash in unpairingMatias Karhumaa2018-11-103-10/+29
* xfrm: validate template modeSean Tranchetti2018-11-101-0/+3
* cfg80211: reg: Init wiphy_idx in regulatory_hint_core()Andrei Otcheretianski2018-11-101-0/+1
* mac80211: Always report TX statusAndrei Otcheretianski2018-11-101-5/+2