summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: sched: flower: insert new filter to idr after setting its maskVlad Buslov2019-03-191-21/+22
* missing barriers in some of unix_sock ->addr and ->path accessesAl Viro2019-03-192-25/+35
* net/smc: fix smc_poll in SMC_INIT stateUrsula Braun2019-03-191-3/+3
* ipv6: route: enforce RCU protection in ip6_route_check_nh_onlink()Paolo Abeni2019-03-191-1/+5
* ipv6: route: enforce RCU protection in rt6_update_exception_stamp_rt()Paolo Abeni2019-03-191-5/+6
* ipv6: route: purge exception on removalPaolo Abeni2019-03-191-1/+12
* net: Set rtm_table to RT_TABLE_COMPAT for ipv6 for tables > 255Kalash Nainwal2019-03-191-1/+1
* net/x25: fix a race in x25_bind()Eric Dumazet2019-03-191-5/+8
* tcp: handle inet_csk_reqsk_queue_add() failuresGuillaume Nault2019-03-192-2/+13
* tcp: Don't access TCP_SKB_CB before initializing itChristoph Paasch2019-03-191-8/+1
* tcp: do not report TCP_CM_INQ of 0 for closed connectionsSoheil Hassas Yeganeh2019-03-191-0/+5
* sctp: remove sched init from sctp_stream_initXin Long2019-03-191-2/+0
* rxrpc: Fix client call queueing, waiting for channelDavid Howells2019-03-191-2/+2
* route: set the deleted fnhe fnhe_daddr to 0 in ip_del_fnhe to fix a raceXin Long2019-03-191-0/+4
* net/x25: reset state in x25_connect()Eric Dumazet2019-03-191-0/+1
* net/x25: fix use-after-free in x25_device_event()Eric Dumazet2019-03-191-1/+5
* net: sit: fix UBSAN Undefined behaviour in check_6rdMiaohe Lin2019-03-191-2/+3
* net/hsr: fix possible crash in add_timer()Eric Dumazet2019-03-191-8/+6
* net: hsr: fix memory leak in hsr_dev_finalize()Mao Wenan2019-03-193-1/+16
* l2tp: fix infoleak in l2tp_ip6_recvmsg()Eric Dumazet2019-03-191-3/+1
* ipv4/route: fail early when inet dev is missingPaolo Abeni2019-03-191-4/+5
* gro_cells: make sure device is up in gro_cells_receive()Eric Dumazet2019-03-191-4/+18
* netfilter: xt_TEE: add missing code to get interface index in checkentry.Taehee Yoo2019-03-131-0/+7
* netfilter: xt_TEE: fix wrong interface selectionTaehee Yoo2019-03-131-17/+52
* netfilter: nf_nat: skip nat clash resolution for same-origin entriesMartynas Pumputis2019-03-131-0/+16
* vsock/virtio: reset connected sockets on device removalStefano Garzarella2019-03-131-0/+3
* vsock/virtio: fix kernel panic after device hot-unplugStefano Garzarella2019-03-131-8/+18
* batman-adv: release station info tidstatsFelix Fietkau2019-03-131-0/+3
* bpf: sock recvbuff must be limited by rmem_max in bpf_setsockopt()Yafang Shao2019-03-131-0/+2
* 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