aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2019-07-14net :sunrpc :clnt :Fix xps refcount imbalance on the error pathLin Yi1-0/+1
2019-07-14mac80211: do not start any work during reconfigure flowNaftali Goldstein2-0/+11
2019-07-14mac80211: only warn once on chanctx_conf being NULLYibo Zhao1-1/+1
2019-07-14can: af_can: Fix error path of can_init()YueHaibing1-3/+21
2019-07-14mac80211: free peer keys before vif down in meshPradeep Kumar Chitrapu1-0/+1
2019-07-14mac80211: mesh: fix RCU warningThomas Pedersen1-1/+4
2019-07-14bpf: sockmap, fix use after free from sleep in psock backlog workqueueJohn Fastabend1-0/+1
2019-07-14mac80211: fix rate reporting inside cfg80211_calculate_bitrate_he()John Crispin1-1/+1
2019-07-10svcrdma: Ignore source port when computing DRC hashChuck Lever1-1/+6
2019-07-10netfilter: ipv6: nf_defrag: accept duplicate fragments againGuillaume Nault1-3/+7
2019-07-10bpf: fix bpf_jit_limit knob for PAGE_SIZE >= 64KDaniel Borkmann1-3/+17
2019-07-10netfilter: ipv6: nf_defrag: fix leakage of unqueued fragmentsGuillaume Nault1-7/+5
2019-07-10rds: Fix warning.David S. Miller1-1/+3
2019-07-10mac80211: mesh: fix missing unlock on error in table_path_del()Wei Yongjun1-1/+1
2019-07-10net/smc: move unhash before release of clcsockUrsula Braun1-3/+3
2019-07-10netfilter: nft_flow_offload: IPCB is only valid for ipv4 familyFlorian Westphal1-6/+11
2019-07-10netfilter: nft_flow_offload: don't offload when sequence numbers need adjustmentFlorian Westphal1-4/+2
2019-07-10netfilter: nft_flow_offload: set liberal tracking mode for tcpFlorian Westphal1-0/+8
2019-07-10netfilter: nf_flow_table: ignore DF bit settingFlorian Westphal1-2/+1
2019-07-10Bluetooth: Fix faulty expression for minimum encryption key size checkMatias Karhumaa1-1/+1
2019-07-03tipc: pass tunnel dev as NULL to udp_tunnel(6)_xmit_skbXin Long1-5/+3
2019-07-03bpf: udp: ipv6: Avoid running reuseport's bpf_prog from __udp6_lib_errMartin KaFai Lau1-1/+1
2019-07-03bpf: udp: Avoid calling reuseport's bpf_prog from udp_groMartin KaFai Lau2-2/+6
2019-07-03bpf: fix unconnected udp hooksDaniel Borkmann3-0/+10
2019-07-03tipc: check msg->req data len in tipc_nl_compat_bearer_disableXin Long1-3/+15
2019-07-03tipc: change to use register_pernet_deviceXin Long1-6/+6
2019-07-03sctp: change to hold sk after auth shkey is created successfullyXin Long1-4/+4
2019-07-03net: remove duplicate fetch in sock_getsockoptJingYi Hou1-3/+0
2019-07-03net/packet: fix memory leak in packet_set_ring()Eric Dumazet1-1/+2
2019-07-03ipv4: Use return value of inet_iif() for __raw_v4_lookup in the while loopStephen Suryaputra1-1/+1
2019-07-03af_packet: Block execution of tasks waiting for transmit to complete in AF_PA...Neil Horman2-3/+18
2019-07-03SUNRPC: Clean up initialisation of the struct rpc_rqstTrond Myklebust2-41/+51
2019-07-03net/9p: include trans_common.h to fix missing prototype warning.Adeodato Simó1-0/+1
2019-07-039p/trans_fd: put worker reqs on destroyDominique Martinet1-0/+8
2019-07-039p/trans_fd: abort p9_read_work if req status changedDominique Martinet1-6/+11
2019-07-039p: potential NULL dereferenceDan Carpenter1-1/+1
2019-07-039p: p9dirent_read: check network-provided name lengthDominique Martinet1-3/+9
2019-07-039p/rdma: remove useless check in cm_event_handlerDominique Martinet1-2/+1
2019-07-039p: Rename req to rreq in trans_fdTomas Bortoli1-15/+15
2019-07-039p/rdma: do not disconnect on down_interruptible EAGAINDominique Martinet1-2/+2
2019-07-039p: Add refcount to p9_req_tTomas Bortoli5-12/+84
2019-07-039p: rename p9_free_req() functionTomas Bortoli1-50/+50
2019-07-039p: add a per-client fcall kmem_cacheDominique Martinet1-5/+32
2019-07-039p: embed fcall in req to round down buffer allocsDominique Martinet5-116/+122
2019-07-039p: Use a slab for allocating requestsMatthew Wilcox2-154/+93
2019-07-039p/xen: fix check for xenbus_read error in front_probeDominique Martinet1-2/+2
2019-06-25mac80211: Do not use stack memory with scatterlist for GMACJouni Malinen1-1/+6
2019-06-25nl80211: fix station_info pertid memory leakAndy Strohman1-1/+3
2019-06-25mac80211: handle deauthentication/disassociation from TDLS peerYu Wang3-1/+37
2019-06-25{nl,mac}80211: allow 4addr AP operation on crypto controlled devicesManikanta Pubbisetty3-4/+14
2019-06-25mac80211: drop robust management frames from unknown TAJohannes Berg1-0/+2
2019-06-25cfg80211: fix memory leak of wiphy device nameEric Biggers1-1/+1
2019-06-25Bluetooth: Fix regression with minimum encryption key size alignmentMarcel Holtmann2-14/+37
2019-06-25Bluetooth: Align minimum encryption key size for LE and BR/EDR connectionsMarcel Holtmann1-0/+8
2019-06-25can: purge socket error queue on sock destructWillem de Bruijn1-0/+1
2019-06-22tcp: refine memory limit test in tcp_fragment()Eric Dumazet1-1/+2
2019-06-22ipvs: Fix use-after-free in ip_vs_inYueHaibing1-1/+1
2019-06-22netfilter: nf_queue: fix reinject verdict handlingJagdish Motwani1-0/+1
2019-06-22vsock/virtio: set SOCK_DONE on peer shutdownStephen Barber1-1/+3
2019-06-22tipc: purge deferredq list for each grp member in tipc_group_deleteXin Long1-0/+1
2019-06-22sctp: Free cookie before we memdup a new oneNeil Horman1-0/+8
2019-06-22nfc: Ensure presence of required attributes in the deactivate_target handlerYoung Xiao1-1/+2
2019-06-22net: openvswitch: do not free vport if register_netdevice() is failed.Taehee Yoo1-6/+12
2019-06-22neigh: fix use-after-free read in pneigh_get_nextEric Dumazet1-0/+7
2019-06-22lapb: fixed leak of control-blocks.Jeremy Sowden1-0/+1
2019-06-22ipv6: flowlabel: fl6_sock_lookup() must use atomic_inc_not_zeroEric Dumazet1-3/+4
2019-06-22ax25: fix inconsistent lock state in ax25_destroy_timerEric Dumazet1-0/+2
2019-06-17tcp: enforce tcp_min_snd_mss in tcp_mtu_probing()Eric Dumazet1-0/+1
2019-06-17tcp: add tcp_min_snd_mss sysctlEric Dumazet3-2/+13
2019-06-17tcp: tcp_fragment() should apply sane memory limitsEric Dumazet2-0/+6
2019-06-17tcp: limit payload size of sacked skbsEric Dumazet3-9/+24
2019-06-15Revert "Bluetooth: Align minimum encryption key size for LE and BR/EDR connec...Greg Kroah-Hartman1-8/+0
2019-06-15netfilter: nf_flow_table: fix netdev refcnt leakTaehee Yoo1-0/+1
2019-06-15netfilter: nf_flow_table: check ttl value in flow offload data pathTaehee Yoo1-0/+6
2019-06-15netfilter: nf_tables: fix base chain stat rcu_dereference usageFlorian Westphal1-2/+7
2019-06-15netfilter: nf_conntrack_h323: restore boundary check correctnessJakub Jankowski1-1/+1
2019-06-15netfilter: nf_flow_table: fix missing error check for rhashtable_insert_fastTaehee Yoo1-7/+18
2019-06-11ethtool: check the return value of get_regs_lenYunsheng Lin1-2/+10
2019-06-11ipv6: fix EFAULT on sendto with icmpv6 and hdrinclOlivier Matz1-5/+8
2019-06-11ipv6: use READ_ONCE() for inet->hdrincl as in ipv4Olivier Matz1-2/+10
2019-06-11Revert "fib_rules: return 0 directly if an exactly same rule exists when NLM_...Hangbin Liu1-3/+3
2019-06-11pktgen: do not sleep with the thread lock held.Paolo Abeni1-0/+11
2019-06-11packet: unconditionally free po->rolloverWillem de Bruijn1-1/+1
2019-06-11net/tls: replace the sleeping lock around RX resync with a bit lockJakub Kicinski1-6/+21
2019-06-11net: rds: fix memory leak in rds_ib_flush_mr_poolZhu Yanjun1-4/+6
2019-06-11neighbor: Call __ipv4_neigh_lookup_noref in neigh_xmitDavid Ahern1-1/+8
2019-06-11ipv4: not do cache for local delivery if bc_forwarding is enabledXin Long1-11/+11
2019-06-11Fix memory leak in sctp_process_initNeil Horman2-10/+8
2019-06-11ethtool: fix potential userspace buffer overflowVivien Didelot1-1/+4
2019-06-04tipc: fix modprobe tipc failed after switch order of device registrationJunwei Hu3-10/+27
2019-06-04Revert "tipc: fix modprobe tipc failed after switch order of device registrat...David S. Miller1-7/+7
2019-06-04jump_label: move 'asm goto' support test to KconfigMasahiro Yamada2-6/+6
2019-06-04net/tls: don't ignore netdev notifications if no TLS featuresJakub Kicinski1-1/+2
2019-06-04net/tls: fix state removal with feature flags offJakub Kicinski1-6/+0
2019-06-04net: sched: don't use tc_action->order during action dumpVlad Buslov1-2/+1
2019-06-04net-gro: fix use-after-free read in napi_gro_frags()Eric Dumazet1-1/+1
2019-06-04llc: fix skb leak in llc_build_and_send_ui_pkt()Eric Dumazet1-0/+2
2019-06-04ipv6: Fix redirect with VRFDavid Ahern1-0/+6
2019-06-04ipv6: Consider sk_bound_dev_if when binding a raw socket to an addressMike Manning1-0/+2
2019-06-04ipv4/igmp: fix build error if !CONFIG_IP_MULTICASTEric Dumazet1-11/+11
2019-06-04ipv4/igmp: fix another memory leak in igmpv3_del_delrec()Eric Dumazet1-17/+30
2019-06-04inet: switch IP ID generator to siphashEric Dumazet2-19/+23
2019-05-31batman-adv: allow updating DAT entry timeouts on incoming ARP RepliesLinus Lüssing1-1/+3
2019-05-31mac80211/cfg80211: update bss channel on channel switchSergey Matyukevich2-3/+5
2019-05-31Bluetooth: Ignore CC events not matching the last HCI commandJoão Paulo Rechi Vita4-0/+23
2019-05-31batman-adv: mcast: fix multicast tt/tvlv worker lockingLinus Lüssing3-8/+9
2019-05-31bpf: add bpf_jit_limit knob to restrict unpriv allocationsDaniel Borkmann1-2/+8
2019-05-25mac80211: Fix kernel panic due to use of txq after freeBhagavathi Perumal S1-0/+3
2019-05-25xfrm4: Fix uninitialized memory read in _decode_session4Steffen Klassert1-11/+13
2019-05-25xfrm: Honor original L3 slave device in xfrmi policy lookupMartin Willi2-4/+15
2019-05-25esp4: add length check for UDP encapsulationSabrina Dubroca1-5/+15
2019-05-25xfrm: clean up xfrm protocol checksCong Wang4-16/+6
2019-05-25vti4: ipip tunnel deregistration fixes.Jeremy Sowden1-2/+3
2019-05-25xfrm6_tunnel: Fix potential panic when unloading xfrm6_tunnel moduleSu Yanjun1-0/+4
2019-05-25xfrm: policy: Fix out-of-bound array accesses in __xfrm_policy_unlinkYueHaibing1-1/+1
2019-05-25vsock/virtio: Initialize core virtio vsock before registering the driverJorge E. Moreira1-7/+6
2019-05-25tipc: fix modprobe tipc failed after switch order of device registrationJunwei Hu1-7/+7
2019-05-25vsock/virtio: free packets during the socket releaseStefano Garzarella1-0/+7
2019-05-25tipc: switch order of device registration to fix a crashJunwei Hu1-7/+7
2019-05-25rtnetlink: always put IFLA_LINK for links with a link-netnsidSabrina Dubroca1-6/+10
2019-05-25net: avoid weird emergency messageEric Dumazet1-1/+1
2019-05-25ipv6: prevent possible fib6 leaksEric Dumazet2-3/+16
2019-05-25ipv6: fix src addr routing with the exception tableWei Wang1-24/+27
2019-05-16tipc: fix hanging clients using poll with EPOLLOUT flagParthasarathy Bhuvaragan1-2/+2
2019-05-16vrf: sit mtu should not be updated when vrf netdev is the linkStephen Suryaputra1-1/+1
2019-05-16vlan: disable SIOCSHWTSTAMP in containerHangbin Liu1-1/+3
2019-05-16packet: Fix error path in packet_initYueHaibing1-5/+20
2019-05-16net: dsa: Fix error cleanup path in dsa_init_moduleYueHaibing1-2/+9
2019-05-16ipv4: Fix raw socket lookup for local trafficDavid Ahern1-2/+2
2019-05-16fib_rules: return 0 directly if an exactly same rule exists when NLM_F_EXCL n...Hangbin Liu1-3/+3
2019-05-16bridge: Fix error path for kobject_init_and_add()Tobin C. Harding1-7/+6
2019-05-16NFC: nci: Add some bounds checking in nci_hci_cmd_received()Dan Carpenter1-0/+8
2019-05-16net: strparser: partially revert "strparser: Call skb_unclone conditionally"Jakub Kicinski1-7/+5
2019-05-16net/tls: fix the IV leaksJakub Kicinski1-1/+4
2019-05-16netfilter: nf_tables: add missing ->release_ops() in error path of newrule()Taehee Yoo1-1/+4
2019-05-16netfilter: nf_tables: use-after-free in dynamic operationsPablo Neira Ayuso1-1/+3
2019-05-16netfilter: fix nf_l4proto_log_invalid to log invalid packetsAndrei Vagin1-1/+1
2019-05-16netfilter: nf_tables: prevent shift wrap in nft_chain_parse_hook()Dan Carpenter1-1/+1
2019-05-16netfilter: ctnetlink: don't use conntrack/expect object addresses as idFlorian Westphal2-5/+64
2019-05-16ipvs: do not schedule icmp errors from tunnelsJulian Anastasov1-1/+1
2019-05-16nl80211: Add NL80211_FLAG_CLEAR_SKB flag for other NL commandsSunil Dutt1-6/+12
2019-05-16mac80211: fix memory accounting with A-MSDU aggregationFelix Fietkau1-0/+3
2019-05-16cfg80211: Handle WMM rules in regulatory domain intersectionIlan Peer1-0/+39
2019-05-16mac80211: Increase MAX_MSG_LENAndrei Otcheretianski1-1/+6
2019-05-16mac80211: fix unaligned access in mesh table hash functionFelix Fietkau1-1/+1
2019-05-10Bluetooth: Align minimum encryption key size for LE and BR/EDR connectionsMarcel Holtmann1-0/+8
2019-05-10Bluetooth: hidp: fix buffer overflowYoung Xiao1-0/+1
2019-05-08mac80211: Honor SW_CRYPTO_CONTROL for unicast keys in AP VLAN modeAlexander Wetzel1-5/+4
2019-05-08batman-adv: fix warning in function batadv_v_elp_get_throughputAnders Roxell1-2/+4
2019-05-08batman-adv: Reduce tt_global hash refcnt only for removed entrySven Eckelmann1-3/+15
2019-05-08batman-adv: Reduce tt_local hash refcnt only for removed entrySven Eckelmann1-5/+9
2019-05-08batman-adv: Reduce claim hash refcnt only for removed entrySven Eckelmann1-3/+13
2019-05-08mac80211: don't attempt to rename ERR_PTR() debugfs dirsJohannes Berg1-1/+1
2019-05-05net/tls: fix copy to fragments in reencryptJakub Kicinski1-7/+22
2019-05-05net/tls: don't copy negative amounts of data in reencryptJakub Kicinski1-6/+8
2019-05-05packet: validate msg_namelen in send directlyWillem de Bruijn1-10/+14
2019-05-05sctp: avoid running the sctp state machine recursivelyXin Long2-37/+27
2019-05-05rxrpc: Fix net namespace cleanupDavid Howells1-16/+16
2019-05-05net/tls: avoid NULL pointer deref on nskb->sk in fallbackJakub Kicinski1-1/+2
2019-05-05l2tp: use rcu_dereference_sk_user_data() in l2tp_udp_encap_recv()Eric Dumazet1-1/+1
2019-05-05l2ip: fix possible use-after-freeEric Dumazet1-4/+4
2019-05-05ipv6: invert flowlabel sharing check in process and user modeWillem de Bruijn1-2/+2
2019-05-05ipv6/flowlabel: wait rcu grace period before put_pid()Eric Dumazet1-6/+12
2019-05-05ipv6: fix races in ip6_dst_destroy()Eric Dumazet2-10/+3
2019-05-05ipv6: A few fixes on dereferencing rt->fromMartin KaFai Lau1-20/+18
2019-05-05ipv4: ip_do_fragment: Preserve skb_iif during fragmentationShmulik Ladkani1-0/+1
2019-05-04netfilter: ip6t_srh: fix NULL pointer dereferencesKangjie Lu1-0/+6
2019-05-04netfilter: fix NETFILTER_XT_TARGET_TEE dependenciesArnd Bergmann1-0/+1
2019-05-04netfilter: bridge: set skb transport_header before entering NF_INET_PRE_ROUTINGXin Long2-0/+3
2019-05-04netfilter: nft_set_rbtree: check for inactive element after flag mismatchPablo Neira Ayuso1-4/+3
2019-05-04xsk: fix umem memory leak on cleanupBjörn Töpel1-18/+1
2019-05-02net/tls: don't leak IV and record seq when offload failsJakub Kicinski3-6/+4
2019-05-02net/tls: avoid potential deadlock in tls_set_device_offload_rx()Jakub Kicinski1-0/+2
2019-05-02net/tls: fix refcount adjustment in fallbackJakub Kicinski1-3/+10
2019-05-02net/rose: fix unbound loop in rose_loopback_timer()Eric Dumazet1-11/+16
2019-05-02net: rds: exchange of 8K and 1M poolZhu Yanjun2-3/+11
2019-05-02ipv4: set the tcp_min_rtt_wlen range from 0 to one dayZhangXiaoxu1-1/+4
2019-05-02ipv4: add sanity checks in ipv4_link_failure()Eric Dumazet1-9/+23
2019-05-02rxrpc: fix race condition in rxrpc_input_packet()Eric Dumazet2-5/+10
2019-05-02net/rds: Check address length before reading address familyTetsuo Handa2-0/+5
2019-05-02net: netrom: Fix error cleanup path of nr_proto_initYueHaibing4-25/+60
2019-05-02tipc: check link name with right length in tipc_nl_compat_link_setXin Long1-1/+6
2019-05-02tipc: check bearer name with right length in tipc_nl_compat_bearer_enableXin Long1-1/+6
2019-05-02netfilter: ebtables: CONFIG_COMPAT: drop a bogus WARN_ONFlorian Westphal1-1/+2
2019-05-02sunrpc: don't mark uninitialised items as VALID.NeilBrown1-0/+3
2019-05-02ipvs: fix warning on unused variableAndrea Claudi1-1/+2
2019-05-02vsock/virtio: fix kernel panic from virtio_transport_reset_no_sockAdalbert Lazăr1-7/+15
2019-05-02tipc: handle the err returned from cmd header functionXin Long1-2/+8
2019-05-02netfilter: nf_tables: bogus EBUSY in helper removal from transactionPablo Neira Ayuso1-3/+16
2019-05-02netfilter: nf_tables: bogus EBUSY when deleting set after flushPablo Neira Ayuso4-13/+54
2019-05-02netfilter: nf_tables: fix set double-free in abort pathPablo Neira Ayuso1-6/+11
2019-05-02netfilter: nft_compat: use .release_ops and remove list of extensionPablo Neira Ayuso2-227/+61
2019-05-02netfilter: nft_compat: don't use refcount_inc on newly allocated entryFlorian Westphal1-39/+23
2019-05-02netfilter: nf_tables: unbind set in rule from commit pathPablo Neira Ayuso6-79/+72
2019-05-02netfilter: nf_tables: warn when expr implements only one of activate/deactivateFlorian Westphal1-0/+19
2019-05-02netfilter: nft_compat: destroy function must not have side effectsFlorian Westphal1-1/+47
2019-05-02netfilter: nf_tables: split set destruction in deactivate and destroy phaseFlorian Westphal4-14/+83
2019-05-02netfilter: nft_compat: make lists per netnsFlorian Westphal1-40/+89
2019-05-02netfilter: nft_compat: use refcnt_t type for nft_xt reference countFlorian Westphal1-8/+8
2019-04-27mac80211: do not call driver wake_tx_queue op during reconfigFelix Fietkau1-0/+3