aboutsummaryrefslogtreecommitdiffstats
path: root/net/ieee802154 (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-31tools/bpftool: fix a percpu_array map dump problemYonghong Song1-5/+9
2018-07-30netlink: Don't shift with UB on nlk->ngroupsDmitry Safonov1-1/+5
2018-07-30net/ipv6: fix metrics leakSabrina Dubroca1-4/+14
2018-07-30xen-netfront: wait xenbus state change when load module manuallyXiao Liang1-0/+6
2018-07-30can: ems_usb: Fix memory leak on ems_usb_disconnect()Anton Vasilyev1-0/+1
2018-07-29openvswitch: meter: Fix setting meter id for new entriesJustin Pettit1-5/+5
2018-07-29netlink: Do not subscribe to non-existent groupsDmitry Safonov1-0/+1
2018-07-29NET: stmmac: align DMA stuff to largest cache line lengthEugeniy Paltsev1-1/+1
2018-07-28tcp_bbr: fix bw probing to raise in-flight data for very small BDPsNeal Cardwell1-0/+4
2018-07-28net: socket: Fix potential spectre v1 gadget in sock_is_registeredJeremy Cline1-1/+2
2018-07-28net: socket: fix potential spectre v1 gadget in socketcallJeremy Cline1-0/+2
2018-07-28net: mdio-mux: bcm-iproc: fix wrong getter and setter pairAnton Vasilyev1-1/+1
2018-07-28ipv4: remove BUG_ON() from fib_compute_spec_dstLorenzo Bianconi1-2/+2
2018-07-28enic: handle mtu change for vf properlyGovindarajulu Varadarajan1-51/+27
2018-07-28net: lan78xx: fix rx handling before first packet is sendStefan Wahren1-0/+2
2018-07-28nfp: flower: fix port metadata conversion bugJohn Hurley1-1/+3
2018-07-28bpf: use GFP_ATOMIC instead of GFP_KERNEL in bpf_parse_prog()Taehee Yoo1-1/+1
2018-07-28bpf: fix bpf_skb_load_bytes_relative pkt length checkDaniel Borkmann1-5/+7
2018-07-28perf build: Build error in libbpf missing initializationThomas Richter1-1/+1
2018-07-26net: ena: Fix use of uninitialized DMA address bits fieldGal Pressman1-0/+1
2018-07-27bpf: btf: Use exact btf value_size match in map_check_btf()Martin KaFai Lau2-3/+85
2018-07-27xdp: add NULL pointer check in __xdp_return()Taehee Yoo1-1/+2
2018-07-26RDS: RDMA: Fix the NULL-ptr deref in rds_ib_get_mrAvinash Repaka6-20/+39
2018-07-26net: rollback orig value on failure of dev_qdisc_change_tx_queue_lenTariq Toukan1-7/+10
2018-07-26net: fix amd-xgbe flow-control issuetangpengpeng1-2/+2
2018-07-25cxgb4: Added missing break in ndo_udp_tunnel_{add/del}Arjun Vynipadath1-0/+2
2018-07-25netdevsim: don't leak devlink resourcesJakub Kicinski1-0/+1
2018-07-26xsk: fix poll/POLLIN premature returnsBjörn Töpel1-1/+1
2018-07-26bpf, x32: Fix regression caused by commit 24dea04767e6Wang YanQing1-4/+4
2018-07-25net: igmp: make function __ip_mc_inc_group() staticWei Yongjun1-1/+2
2018-07-25tcp: ack immediately when a cwr packet arrivesLawrence Brakmo1-1/+8
2018-07-25hinic: Link the logical network device to the pci device in sysfsdann frazier1-0/+1
2018-07-25virtio_net: Fix incosistent received bytes counterToshiaki Makita1-18/+23
2018-07-25bpf: Introduce BPF_ANNOTATE_KV_PAIRMartin KaFai Lau5-44/+56
2018-07-25bpf: Replace [u]int32_t and [u]int64_t in libbpfMartin KaFai Lau4-30/+28
2018-07-25bpf: btf: Sync uapi btf.h to toolsMartin KaFai Lau1-1/+1
2018-07-24net: axienet: Fix double deregister of mdioShubhrajyoti Datta1-0/+1
2018-07-24qmi_wwan: fix interface number for DW5821e production firmwareAleksander Morgado1-1/+1
2018-07-24ip: in cmsg IP(V6)_ORIGDSTADDR call pskb_may_pullWillem de Bruijn2-4/+10
2018-07-24bnx2x: Fix invalid memory access in rss hash config path.Sudarsana Reddy Kalluru1-3/+10
2018-07-24net/mlx4_core: Save the qpn from the input modifier in RST2INIT wrapperJack Morgenstein1-1/+1
2018-07-24r8169: restore previous behavior to accept BIOS WoL settingsHeiner Kallweit1-2/+1
2018-07-24media: staging: omap4iss: Include asm/cacheflush.h after generic includesGuenter Roeck1-1/+2
2018-07-24cfg80211: never ignore user regulatory hintAmar Singhal1-25/+3
2018-07-24s390: disable gcc pluginsMartin Schwidefsky1-1/+1
2018-07-23sock: fix sg page frag coalescing in sk_alloc_sgDaniel Borkmann1-3/+3
2018-07-24bpf: btf: Ensure the member->offset is in the right orderMartin KaFai Lau2-1/+41
2018-07-24netfilter: nf_tables: move dumper state allocation into ->startFlorian Westphal1-104/+115
2018-07-23tcp: add tcp_ooo_try_coalesce() helperEric Dumazet1-4/+21
2018-07-23tcp: call tcp_drop() from tcp_data_queue_ofo()Eric Dumazet1-2/+2