summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* netfilter: ebtables: compat: un-break 32bit setsockopt when no rules are presentFlorian Westphal2019-03-131-3/+6
* ipvs: Fix signed integer overflow when setsockopt timeoutZhangXiaoxu2019-03-131-0/+12
* vti4: Fix a ipip packet processing bug in 'IPCOMP' virtual tunnelSu Yanjun2019-03-131-0/+50
* Bluetooth: Fix locking in bt_accept_enqueue() for BH contextMatthias Kaehlcke2019-03-104-6/+16
* net: sched: act_tunnel_key: fix NULL pointer dereference during initVlad Buslov2019-03-101-1/+2
* net/sched: act_skbedit: fix refcount leak when replace failsDavide Caratti2019-03-101-2/+1
* net/sched: act_ipt: fix refcount leak when replace failsDavide Caratti2019-03-101-2/+1
* ipv4: Pass original device to ip_rcv_finish_coreDavid Ahern2019-03-101-4/+5
* mpls: Return error for RTA_GATEWAY attributeDavid Ahern2019-03-101-0/+3
* ipv6: Return error for RTA_VIA attributeDavid Ahern2019-03-101-0/+4
* ipv4: Return error for RTA_VIA attributeDavid Ahern2019-03-101-0/+4
* net: avoid use IPCB in cipso_v4_errorNazarov Sergey2019-03-102-7/+32
* net: Add __icmp_send helper.Nazarov Sergey2019-03-101-3/+4
* tipc: fix race condition causing hung sendtoTung Nguyen2019-03-101-1/+5
* net: socket: set sock->sk to NULL after calling proto_ops::release()Eric Biggers2019-03-101-0/+1
* net: sit: fix memory leak in sit_init_net()Mao Wenan2019-03-101-0/+1
* net: nfc: Fix NULL dereference on nfc_llcp_build_tlv failsYueHaibing2019-03-102-4/+40
* net: netem: fix skb length BUG_ON in __skb_to_sgvecSheng Lan2019-03-101-3/+7
* netlabel: fix out-of-bounds memory accessesPaul Moore2019-03-102-2/+4
* ipv4: Add ICMPv6 support when parse route ipprotoHangbin Liu2019-03-103-6/+16
* tipc: fix RDM/DGRAM connect() regressionErik Hugne2019-03-101-1/+1
* sctp: call iov_iter_revert() after sending ABORTXin Long2019-03-101-0/+1
* net-sysfs: Fix mem leak in netdev_register_kobjectYueHaibing2019-03-101-0/+3
* net: sched: put back q.qlen into a single locationEric Dumazet2019-03-102-9/+6
* ip6mr: Do not call __IP6_INC_STATS() from preemptible contextIdo Schimmel2019-03-101-4/+4
* cfg80211: extend range deviation for DMGChaitanya Tata2019-03-051-2/+2
* mac80211: Add attribute aligned(2) to struct 'action'Mathieu Malaterre2019-03-051-1/+1
* mac80211: don't initiate TDLS connection if station is not associated to APBalaji Pothunoori2019-03-051-0/+4
* mac80211: fix miscounting of ttl-dropped framesBob Copeland2019-03-051-1/+3
* mac80211: Change default tx_sk_pacing_shift to 7Toke Høiland-Jørgensen2019-03-051-2/+2
* netfilter: ipt_CLUSTERIP: fix sleep-in-atomic bug in clusterip_config_entry_p...Taehee Yoo2019-02-271-5/+14
* netfilter: nfnetlink_osf: add missing fmatch checkFernando Fernandez Mancera2019-02-271-0/+4
* netfilter: ipv6: Don't preserve original oif for loopback addressEli Cooper2019-02-271-1/+3
* netfilter: nft_compat: use-after-free when deleting targetsPablo Neira Ayuso2019-02-271-1/+2
* netfilter: nf_tables: fix flush after rule deletion in the same batchPablo Neira Ayuso2019-02-271-0/+3
* Revert "bridge: do not add port to router list when receives query with sourc...Hangbin Liu2019-02-271-8/+1
* mac80211: allocate tailroom for forwarded mesh packetsFelix Fietkau2019-02-271-1/+6
* net_sched: fix two more memory leaks in cls_tcindexCong Wang2019-02-271-9/+7
* net_sched: fix a memory leak in cls_tcindexCong Wang2019-02-271-16/+30
* net_sched: fix a race condition in tcindex_destroy()Cong Wang2019-02-271-7/+11
* sit: check if IPv6 enabled before calling ip6_err_gen_icmpv6_unreach()Hangbin Liu2019-02-271-1/+2
* net: socket: make bond ioctls go through compat_ifreq_ioctl()Johannes Berg2019-02-271-4/+4
* net: socket: fix SIOCGIFNAME in compatJohannes Berg2019-02-271-1/+2
* Revert "kill dev_ifsioc()"Johannes Berg2019-02-271-0/+49
* Revert "socket: fix struct ifreq size in compat ioctl"Johannes Berg2019-02-271-14/+8
* sctp: set stream ext to NULL after freeing it in sctp_stream_outq_migrateXin Long2019-02-271-1/+3
* sctp: call gso_reset_checksum when computing checksum in sctp_gso_segmentXin Long2019-02-271-0/+1
* net/packet: fix 4gb buffer limit due to overflow checkKal Conley2019-02-271-1/+1
* ipv6: propagate genlmsg_reply return codeLi RongQing2019-02-271-3/+1
* inet_diag: fix reporting cgroup classid and fallback to priorityKonstantin Khlebnikov2019-02-272-1/+10