aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2019-07-22net: check return value for dst_allocMadalin Bucur1-4/+6
2019-07-22mac80211: fix AP mode EAP tx for VLAN stationsFelix Fietkau1-1/+2
2019-07-22nl80211: ensure interface is up in various APIsJohannes Berg1-12/+17
2019-07-22netfilter: xt_qtaguid: start tracking iface rx/tx at low levelJP Abgrall3-67/+233
2019-07-22netfilter: xt_IDLETIMER: Use uevent instead of new netlink msg typeJP Abgrall1-46/+20
2019-07-22tcp: fix TCP_MAXSEG for established IPv6 passive socketsNeal Cardwell1-0/+4
2019-07-22net ax25: Reorder ax25_exit to remove races.Eric W. Biederman1-4/+5
2019-07-22netns: do not leak net_generic data on failed initJulian Anastasov1-15/+18
2019-07-22tcp: fix tcp_grow_window() for large incoming framesEric Dumazet1-0/+1
2019-07-22net_sched: gred: Fix oops in gred_dump() in WRED modeDavid Ward1-5/+2
2019-07-22tcp: fix tcp_rcv_rtt_update() use of an unscaled RTT sampleNeal Cardwell1-2/+5
2019-07-22net: fix a race in sock_queue_err_skb()Eric Dumazet1-1/+3
2019-07-22netlink: fix races after skb queueingEric Dumazet1-11/+13
2019-07-22phonet: Check input from user before allocatingSasha Levin1-0/+3
2019-07-22ipv6: fix array index in ip6_mc_add_src()RongQing.Li1-1/+1
2019-07-22bridge: Do not send queries on multicast group leavesHerbert Xu2-85/+0
2019-07-22sctp: Allow struct sctp_event_subscribe to grow without breaking binariesThomas Graf1-2/+3
2019-07-22tcp: allow splice() to build full TSO packetsEric Dumazet2-4/+4
2019-07-22cfg80211: fix interface combinations check.Lukasz Kucharczyk1-1/+1
2019-07-22netfilter: xt_qtaguid: fix ipv6 protocol lookupJP Abgrall1-7/+32
2019-07-22netfilter: qtaguid: initialize a local var to keep compiler happy.JP Abgrall1-1/+12
2019-07-22mac80211: fix possible tid_rx->reorder_timer use after freeStanislaw Gruszka1-1/+2
2019-07-22rose_dev: fix memcpy-bug in rose_set_mac_addressdanborkmann@iogearbox.net1-2/+2
2019-07-22xt_IDLETIMER: Add new netlink msg type for IDLETIMER.Ashish Sharma1-7/+98
2019-07-22nfsd: don't allow zero length strings in cache_parse()Dan Carpenter1-0/+2
2019-07-22xfrm: Access the replay notify functions via the registered callbacksSteffen Klassert1-3/+3
2019-07-22Remove printk from rds_sendmsgDave Jones1-1/+0
2019-07-22net: fix napi_reuse_skb() skb reserveEric Dumazet1-1/+2
2019-07-22net: fix a potential rcu_read_lock() imbalance in rt6_fill_node()Eric Dumazet1-2/+6
2019-07-22Fix pppol2tp getsockname()Benjamin LaHaise1-1/+1
2019-07-22SUNRPC: We must not use list_for_each_entry_safe() in rpc_wake_up()Trond Myklebust1-4/+11
2019-07-22ipv6: Don't dev_hold(dev) in ip6_mc_find_dev_rcu.RongQing.Li1-1/+0
2019-07-22tcp: fix syncookie regressionEric Dumazet2-17/+23
2019-07-22IPv6: Fix not join all-router mcast group when forwarding set.Li Wei1-0/+4
2019-07-22tcp: fix tcp_shift_skb_data() to not shift SACKed data below snd_unaNeal Cardwell1-0/+4
2019-07-22bridge: check return value of ipv6_dev_get_saddr()Ulrich Weber1-2/+5
2019-07-22tcp: don't fragment SACKed skbs in tcp_mark_head_lost()Neal Cardwell1-0/+1
2019-07-22tcp: fix false reordering signal in tcp_shifted_skbNeal Cardwell1-8/+10
2019-07-22ipsec: be careful of non existing mac headersEric Dumazet4-17/+6
2019-07-22neighbour: Fixed race condition at tbl->nhtMichel Machado1-0/+2
2019-07-22mac80211: zero initialize count field in ieee80211_tx_rateMohammed Shafi Shajakhan1-1/+1
2019-07-22ipvs: fix matching of fwmark templates during schedulingSimon Horman1-1/+1
2019-07-22ipv4: fix redirect handlingEric Dumazet1-51/+58
2019-07-22route: fix ICMP redirect validationFlavio Leitner1-5/+31
2019-07-22tcp: fix tcp_shifted_skb() adjustment of lost_cnt_hint for FACKNeal Cardwell1-0/+4
2019-07-22tcp: fix range tcp_shifted_skb() passes to tcp_sacktag_one()Neal Cardwell1-9/+10
2019-07-22tcp: allow tcp_sacktag_one() to tag ranges not aligned with skbsNeal Cardwell1-14/+22
2019-07-22tcp_v4_send_reset: binding oif to iif in no sock caseShawn Lu1-0/+5
2019-07-22net_sched: Bug in netem reorderingHagen Paul Pfeifer1-2/+2
2019-07-22netpoll: netpoll_poll_dev() should access dev->flagsEric Dumazet1-1/+1
2019-07-22net: Don't proxy arp respond if iif == rt->dst.dev if private VLAN is disabledThomas Graf1-1/+2
2019-07-22ipv4: Fix wrong order of ip_rt_get_source() and update iph->daddr.Li Wei1-1/+1
2019-07-22ipv4: Save nexthop address of LSRR/SSRR option to IPCB.Li Wei2-3/+4
2019-07-22ipv4: fix for ip_options_rcv_srr() daddr update.Li Wei1-0/+1
2019-07-22ipv6-multicast: Fix memory leak in IPv6 multicast.Ben Greear1-1/+3
2019-07-22ipv6-multicast: Fix memory leak in input path.Ben Greear1-1/+3
2019-07-22gro: more generic L2 header checkEric Dumazet1-2/+8
2019-07-22net: Make qdisc_skb_cb upper size bound explicit.David S. Miller3-6/+3
2019-07-22mac80211: Fix a rwlock bad magic bugMohammed Shafi Shajakhan1-2/+2
2019-07-22mac80211: timeout a single frame in the rx reorder bufferEliad Peller1-1/+1
2019-07-22net: fix NULL dereferences in check_peer_redir()Eric Dumazet18-109/+200
2019-07-22tcp: md5: using remote adress for md5 lookup in rst packetshawnlu2-2/+2
2019-07-22tcp: fix tcp_trim_head() to adjust segment count with skb MSSNeal Cardwell1-4/+2
2019-07-22rds: Make rds_sock_lock BH rather than IRQ safe.David S. Miller1-12/+8
2019-07-22l2tp: l2tp_ip - fix possible oops on packet receiveJames Chapman1-5/+0
2019-07-22net caif: Register properly as a pernet subsystem.Eric W. Biederman2-8/+4
2019-07-22netns: fix net_alloc_generic()Eric Dumazet1-15/+16
2019-07-22ah: Don't return NET_XMIT_DROP on input.Nick Bowler2-4/+0
2019-07-22ah: Read nexthdr value before overwriting it in ahash input callback.Nick Bowler2-4/+4
2019-07-22ah: Correctly pass error codes in ahash output callback.Nick Bowler2-4/+0
2019-07-22svcrpc: avoid memory-corruption on pool shutdownJ. Bruce Fields2-20/+38
2019-07-22svcrpc: destroy server sockets all at onceJ. Bruce Fields2-7/+11
2019-07-22svcrpc: fix double-free on shutdown of nfsd after changing pool modeJ. Bruce Fields1-0/+3
2019-07-22mac80211: fix rx->key NULL pointer dereference in promiscuous modeStanislaw Gruszka1-1/+1
2019-07-22igmp: Avoid zero delay when receiving odd mixture of IGMP queriesBen Hutchings1-0/+2
2019-07-22ipv4: using prefetch requires including prefetch.hStephen Rothwell1-0/+1
2019-07-22ipv4: reintroduce route cache garbage collectorEric Dumazet1-0/+106
2019-07-22ipv4: flush route cache after change accept_localWeiping Pan1-0/+5
2019-07-22sctp: Do not account for sizeof(struct sk_buff) in estimated rwndThomas Graf2-11/+3
2019-07-22sctp: fix incorrect overflow check on autocloseXi Wang4-3/+17
2019-07-22sch_gred: should not use GFP_KERNEL while holding a spinlockEric Dumazet1-1/+1
2019-07-22net: have ipconfig not wait if no dev is availableGerlando Falauto1-0/+4
2019-07-22mqprio: Avoid panic if no options are providedThomas Graf1-1/+1
2019-07-22llc: llc_cmsg_rcv was getting called after sk_eat_skb.Alex Juncu1-4/+10
2019-07-22mac80211: fix another race in aggregation startJohannes Berg1-45/+41
2019-07-22ipip, sit: copy parms.name after register_netdeviceTed Feng2-2/+12
2019-07-22mac80211: fix race condition caused by late addBA responseNikolay Martynov1-1/+16
2019-07-22cfg80211: amend regulatory NULL dereference fixLuis R. Rodriguez1-2/+4
2019-07-22cfg80211: fix race on init and driver registrationLuis R. Rodriguez1-16/+27
2019-07-22mac80211: fix race between the AGG SM and the Tx data pathEmmanuel Grumbach1-0/+14
2019-07-22mac80211: don't stop a single aggregation session twiceJohannes Berg1-2/+8
2019-07-22cfg80211: fix regulatory NULL dereferenceJohannes Berg1-0/+4
2019-07-22nl80211: fix MAC address validationEliad Peller1-2/+2
2019-07-22SUNRPC: Ensure we return EAGAIN in xs_nospace if congestion is clearedTrond Myklebust1-2/+1
2019-07-22ip6_tunnel: copy parms.name after register_netdeviceJosh Boyer1-1/+7
2019-07-22cfg80211: fix bug on regulatory core exit on access to last_requestLuis R. Rodriguez1-0/+3
2019-07-22nl80211: fix HT capability attribute validationJohannes Berg1-2/+1
2019-07-22mac80211: fix bug in ieee80211_build_probe_reqJohannes Berg1-0/+4
2019-07-22mac80211: fix NULL dereference in radiotap codeJohannes Berg1-3/+6
2019-07-22net: Handle different key sizes between address families in flow cachedpward1-14/+17
2019-07-22mac80211: disable powersave for broken APsJohannes Berg2-2/+17
2019-07-22mac80211: config hw when going back on-channelEliad Peller1-2/+1
2019-07-22mac80211: fix remain_off_channel regressionEliad Peller1-2/+2
2019-07-22NFS/sunrpc: don't use a credential with extra groups.NeilBrown1-0/+3
2019-07-22net: Unlock sock before calling sk_free()Thomas Gleixner1-0/+1
2019-07-22bridge: leave carrier on for empty bridgestephen hemminger1-3/+0
2019-07-22can bcm: fix incomplete tx_setup fixOliver Hartkopp1-27/+21
2019-07-22make PACKET_STATISTICS getsockopt report consistently between ring and non-ringWillem de Bruijn1-1/+4
2019-07-22ipv6: nullify ipv6_ac_list and ipv6_fl_list when creating new socketYan, Zheng1-0/+3
2019-07-22tcp: properly update lost_cnt_hint during shiftingYan, Zheng1-3/+1
2019-07-22tcp: properly handle md5sig_pool referencesYan, Zheng2-7/+12
2019-07-22l2tp: fix a potential skb leak in l2tp_xmit_skb()Eric Dumazet1-1/+3
2019-07-22ipv4: fix ipsec forward performance regressionYan, Zheng1-7/+7
2019-07-22can bcm: fix tx_setup off-by-one errorsOliver Hartkopp1-6/+7
2019-07-22bridge: fix hang on removal of bridge via netlinkstephen hemminger3-4/+7
2019-07-22net: hold sock reference while processing tx timestampsRichard Cochran1-2/+10
2019-07-22mac80211: fix offchannel TX cookie matchingJohannes Berg4-3/+4
2019-07-22rtnetlink: Add missing manual netlink notification in dev_change_net_namespacesEric W. Biederman1-0/+1
2019-07-22caif: Fix BUG() with network namespacesDavid Woodhouse1-2/+3
2019-07-22ipv6: check return value for dst_allocMadalin Bucur1-1/+3
2019-07-22Bluetooth: fix a2dp pause when opp recevice fileSongxing.Xu2-0/+15
2019-07-22cfg80211: fix a crash in nl80211_send_stationFelix Fietkau1-1/+1
2019-07-22nl80211/cfg80211: Make addition of new sinfo fields saferJouni Malinen2-0/+2
2019-07-22cfg80211/nl80211: Send AssocReq IEs to user space in AP modeJouni Malinen1-0/+4
2019-07-22wireless: Protect regdomain change by mutexDmitry Shmidt1-1/+4
2019-07-22Bluetooth: Keep master role when SCO or eSCO is activehyungseoung.yoo1-1/+11
2019-07-22net:wireless:enable necessory cfgs without rfkillhongfeng1-3/+6
2019-07-22BT_SECURITY_HIGH should be HCI_AT_DEDICATED_BONDING_MITMSongxing.Xu1-1/+1
2019-07-22Add wapi support in kernel through cfg80211Kevin2-1/+10
2019-07-22tcp: Don't nuke connections for the wrong protocolLorenzo Colitti1-5/+14
2019-07-22net: wireless: Skip connect warning for CONFIG_CFG80211_ALLOW_RECONNECTDmitry Shmidt1-1/+3
2019-07-22x25: Prevent skb overreads when checking call user dataMatthew Daley1-1/+2
2019-07-22net: wireless: Fix CFG80211_ALLOW_RECONNECT option for disconnectDmitry Shmidt1-0/+2
2019-07-22ipv6: fix NULL dereference in udp6_ufo_fragment()Jason Wang2-6/+8
2019-07-22netfilter: xt_qtaguid: fix crash on ctrl delete commandJP Abgrall1-1/+9
2019-07-22bridge: Have tx_bytes count headers like rx_bytes.Ashish Sharma1-5/+6
2019-07-22netfilter: xt_qtaguid: Fix the stats info display orderAshish Sharma1-6/+6
2019-07-22cfg80211: Fix validation of AKM suitesJouni Malinen1-1/+4
2019-07-22bridge: fix a possible use after freeEric Dumazet1-4/+4
2019-07-22bridge: Pseudo-header required for the checksum of ICMPv6Yan, Zheng1-3/+10
2019-07-22xfrm: Perform a replay check after return from async codepathsSteffen Klassert1-0/+5
2019-07-22vlan: reset headers on accel emulation pathJiri Pirko1-0/+2
2019-07-22tcp: initialize variable ecn_ok in syncookies pathMike Waychison2-2/+2
2019-07-22tcp: fix validation of D-SACKZheng Yan1-1/+1
2019-07-22scm: Capture the full credentials of the scm senderTim Chen1-1/+1
2019-07-22net_sched: prio: use qdisc_dequeue_peekedFlorian Westphal1-1/+1
2019-07-22netfilter: TCP and raw fix for ip_route_me_harderJulian Anastasov1-10/+8
2019-07-22mcast: Fix source address selection for multicast listener reportYan, Zheng2-2/+2
2019-07-22ipv6: Fix ipv6_getsockopt for IPV6_2292PKTOPTIONSDaniel Baluta1-4/+5
2019-07-22ipv4: some rt_iif -> rt_route_iif conversionsJulian Anastasov1-5/+3
2019-07-22fib:fix BUG_ON in fib_nl_newrule when add new fib ruleGao feng1-2/+2
2019-07-22bridge: fix a possible net_device leakEric Dumazet1-1/+5
2019-07-22arp: fix rcu lockdep splat in arp_process()Eric Dumazet1-2/+6
2019-07-22wireless: Reset beacon_found while updating regulatoryRajkumar Manoharan1-0/+1
2019-07-22mac80211: fix missing sta_lock in __sta_info_destroyJohannes Berg1-1/+1
2019-07-22net/9p: Fix kernel crash with msize 512KAneesh Kumar K.V1-5/+12
2019-07-22net/9p: Fix the msize calculation.Venkateswararao Jujjuri (JV)1-2/+2
2019-07-22fs/9p: Fid is not valid after a failed clunk.Aneesh Kumar K.V1-2/+4
2019-07-22VirtIO can transfer VIRTQUEUE_NUM of pages.jvrao1-1/+1
2019-07-22Fix the size of receive buffer packing onto VirtIO ring.jvrao1-1/+1
2019-07-22net/9p: fix client code to fail more gracefully on protocol errorEric Van Hensbergen1-1/+2
2019-07-22atm: br2684: Fix oops due to skb->dev being NULLDaniel Schwierzeck1-3/+4
2019-07-22sendmmsg/sendmsg: fix unsafe user pointer accessMathieu Desnoyers1-4/+6
2019-07-22netfilter: ipv6: fix crash caused by ipv6_find_hdr()JP Abgrall1-6/+8
2019-07-22netfilter: xt_qtaguid: add missing tracking for no filp caseJP Abgrall2-5/+26
2019-07-22netfilter: xt_qtaguid: fix crash after using delete ctrl commandJP Abgrall4-196/+449
2019-07-22netfilter: xt_qtaguid: change WARN_ONCE into pr_warn_onceJP Abgrall1-11/+14
2019-07-22netfilter: xt_qtaguid: provide an iface_stat_all proc entryJP Abgrall3-49/+151
2019-07-22netfilter: xt_qtaguid: work around devices that reset their statsJP Abgrall4-40/+159
2019-07-22net: wireless: Add CFG80211_ALLOW_RECONNECT optionDmitry Shmidt2-0/+13
2019-07-22netfilter: xt_qtaguid: warn only once for missing proc qtaguid dataJP Abgrall1-4/+18
2019-07-22netfilter: xt_qtaguid: 1st pass at tracking tag based data resourcesJP Abgrall5-297/+1533
2019-07-22net: wireless: change the expire time about each entry of scan resultsjun.ho.lee1-1/+1
2019-07-22netfilter: qtaguid: fix proc/.../stats uid filtered outputJP Abgrall1-10/+18
2019-07-22atm: br2864: sent packets truncated in VC routed modeChas Williams1-2/+0
2019-07-22gre: fix improper error handlingxeb@mail.ru1-15/+6
2019-07-22ipv4: use RT_TOS after some rt_tos conversionsJulian Anastasov2-2/+2
2019-07-22net: allow netif_carrier to be called safely from IRQstephen hemminger1-1/+1
2019-07-22xfrm: Fix key lengths for rfc3686(ctr(aes))Tushar Gohad1-2/+2
2019-07-22net: Audit drivers to identify those needing IFF_TX_SKB_SHARING clearedNeil Horman4-2/+4
2019-07-22net: add IFF_SKB_TX_SHARED flag to priv_flagsNeil Horman2-3/+6
2019-07-22IPv4: Send gratuitous ARP for secondary IP addresses alsoZoltan Kiss1-8/+8
2019-07-22sch_sfq: fix sfq_enqueue()Eric Dumazet1-1/+6
2019-07-22net: adjust array indexJulia Lawall1-1/+1
2019-07-22IPVS: Free resources on module removalSimon Horman1-0/+1
2019-07-22ipv4: fix the reusing of routing cache entriesJulian Anastasov1-1/+2
2019-07-22ipv4: Constrain UFO fragment sizes to multiples of 8 bytesBill Sommerfeld1-3/+3
2019-07-22icmp: Fix regression in nexthop resolution during replies.David S. Miller1-6/+8
2019-07-22ipv6: make fragment identifications less predictableEric Dumazet3-6/+38
2019-07-22net: Compute protocol sequence numbers and fragment IDs using MD5.David S. Miller11-8/+195
2019-07-22net: Fix security_socket_sendmsg() bypass problem.Tetsuo Handa1-9/+34
2019-07-22net: Cap number of elements for sendmmsgAnton Blanchard1-0/+3
2019-07-22net: sendmmsg should only return an error if no messages were sentAnton Blanchard1-24/+3
2019-07-22Bluetooth: Fix timeout on scanning for the second timeOliver Neukum1-9/+8
2019-07-22Revert "Bluetooth: Periodic Inquiry and mgmt discovering event"Jun Nie1-11/+33
2019-07-22Bluetooth: Periodic Inquiry and mgmt discovering eventJun Nie1-33/+11
2019-07-22wireless: iw262 restore full essidJun Nie1-34/+1
2019-07-22bt: PTS and Host Qual fixesJun Nie2-5/+21
2019-07-22bt: Remove native RFKILLJun Nie1-38/+0
2019-07-22bt: fix IOT issue with some BT headsetJun Nie1-2/+9