aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac802154 (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-25libbpf: silence GCC8 warning about string truncationAndrii Nakryiko1-2/+2
2019-07-24netrom: hold sock when setting skb->destructorCong Wang1-0/+1
2019-07-24ovs: datapath: hide clang frame-overflow warningsArnd Bergmann1-7/+8
2019-07-24net/tls: add myself as a co-maintainerJakub Kicinski1-0/+1
2019-07-24net: phy: mscc: initialize stats arrayAndreas Schwab1-8/+8
2019-07-24net: phylink: don't start and stop SGMII PHYs in SFP modules twiceArseny Solokha1-4/+4
2019-07-24ip6_gre: reload ipv6h in prepare_ip6gre_xmit_ipv6Haishuang Yan1-1/+2
2019-07-24net/ipv4: cleanup error condition testingPavel Machek1-1/+1
2019-07-24can: gw: Fix error path of cgw_module_initYueHaibing1-15/+33
2019-07-24can: peak_usb: fix potential double kfree_skb()Stephane Grosjean1-4/+4
2019-07-24can: flexcan: fix stop mode acknowledgmentJoakim Zhang1-4/+27
2019-07-24can: flexcan: fix an use-after-free in flexcan_setup_stop_mode()Wen Yang1-3/+5
2019-07-24can: mcp251x: add error check when wq alloc failedWeitao Hou1-27/+22
2019-07-24can: rcar_canfd: fix possible IRQ storm on high loadNikita Yushchenko1-4/+5
2019-07-24can: dev: call netif_carrier_off() in register_candev()Rasmus Villemoes1-0/+2
2019-07-23libbpf: fix using uninitialized ioctl resultsIlya Maximets1-4/+3
2019-07-23selftests/bpf: add another gso_segs accessEric Dumazet1-0/+11
2019-07-23bpf: fix access to skb_shared_info->gso_segsEric Dumazet1-3/+3
2019-07-23net: thunderx: Use fwnode_get_mac_address()Andy Shevchenko1-12/+6
2019-07-23bpf: fix narrower loads on s390Ilya Leoshkevich2-2/+15
2019-07-23sky2: Disable MSI on ASUS P6TTakashi Iwai1-0/+7
2019-07-23net: dsa: sja1105: sja1105_main: Add of_node_put()Nishka Dasgupta1-0/+3
2019-07-23net: dsa: mv88e6xxx: chip: Add of_node_put() before returnNishka Dasgupta1-0/+1
2019-07-23selftests: forwarding: gre_multipath: Fix flower filtersIdo Schimmel1-12/+12
2019-07-23selftests: forwarding: gre_multipath: Enable IPv4 forwardingIdo Schimmel1-0/+4
2019-07-22Revert "net: hns: fix LED configuration for marvell phy"David S. Miller1-22/+1
2019-07-22net: stmmac: Do not cut down 1G modesJose Abreu1-8/+3
2019-07-22net: stmmac: Use kcalloc() instead of kmalloc_array()Jose Abreu1-9/+8
2019-07-22net: stmmac: RX Descriptors need to be clean before setting buffersJose Abreu1-2/+2
2019-07-22net: hns: fix LED configuration for marvell phyYonglong Liu1-1/+22
2019-07-22net: mvpp2: Don't check for 3 consecutive Idle frames for 10G linksMaxime Chevallier1-3/+3
2019-07-22bonding: Force slave speed check after link state recovery for 802.3adThomas Falcon1-0/+9
2019-07-22sched/rt, Kconfig: Unbreak def/oldconfig with CONFIG_PREEMPT=yThomas Gleixner1-4/+4
2019-07-22selftests/bpf: fix sendmsg6_prog on s390Ilya Leoshkevich1-2/+1
2019-07-22libbpf: Avoid designated initializers for unnamed union membersArnaldo Carvalho de Melo1-7/+7
2019-07-22libbpf: Fix endianness macro usage for some compilersArnaldo Carvalho de Melo2-4/+6
2019-07-22selftests/tls: add shutdown testsJakub Kicinski1-0/+27
2019-07-22selftests/tls: close the socket with open recordJakub Kicinski1-0/+10
2019-07-22selftests/tls: add a bidirectional testJakub Kicinski1-0/+31
2019-07-22selftests/tls: test error codes around TLS ULP installationJakub Kicinski1-0/+52
2019-07-22selftests/tls: add a test for ULP but no keysJakub Kicinski1-0/+74
2019-07-22bpf: sockmap/tls, close can race with map freeJohn Fastabend5-8/+53
2019-07-22bpf: sockmap, only create entry if ulp is not already enabledJohn Fastabend1-0/+3
2019-07-22bpf: sockmap, synchronize_rcu before free'ing mapJohn Fastabend1-0/+2
2019-07-22bpf: sockmap, sock_map_delete needs to use xchgJohn Fastabend1-5/+9
2019-07-22net/tls: fix transition through disconnect with closeJohn Fastabend3-1/+65
2019-07-22net/tls: remove sock unlock/lock around strp_done()John Fastabend4-45/+64
2019-07-22net/tls: remove close callback sock unlock/lock around TX work flushJohn Fastabend3-7/+22
2019-07-22net/tls: don't call tls_sk_proto_close for hw record offloadJakub Kicinski1-4/+0
2019-07-22net/tls: don't arm strparser immediately in tls_set_sw_offload()Jakub Kicinski4-10/+19