aboutsummaryrefslogtreecommitdiffstats
path: root/include/soc (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-05bpf: add various test cases for alu op on mixed dst register typesDaniel Borkmann1-0/+120
2019-01-05bpf: fix sanitation of alu op with pointer / scalar type from different pathsDaniel Borkmann2-13/+49
2019-01-04selftests/bpf: Test [::] -> [::1] rewrite in sys_sendmsg in test_sock_addrAndrey Ignatov1-3/+50
2019-01-04bpf: Fix [::] -> [::1] rewrite in sys_sendmsgAndrey Ignatov1-4/+4
2019-01-04ipv6: Consider sk_bound_dev_if when binding a socket to a v4 mapped addressDavid Ahern1-1/+10
2019-01-04ixgbe: fix Kconfig when driver is not a moduleJeff Kirsher1-1/+1
2019-01-04ipv6: make icmp6_send() robust against null skb->devEric Dumazet1-2/+6
2019-01-04selftests: net: fix/improve ip_defrag selftestPeter Oskolkov2-10/+95
2019-01-04qmi_wwan: add MTU default to qmap network interfaceDaniele Palmas1-0/+1
2019-01-04net: hns: Fix use after free identified by SLUB debugYonglong Liu1-4/+2
2019-01-04net: hns: Fix WARNING when hns modules installedYonglong Liu1-10/+7
2019-01-04net: dsa: mt7530: Drop unused GPIO includeLinus Walleij1-1/+0
2019-01-04fou6: Prevent unbounded recursion in GUE error handlerStefano Brivio1-0/+8
2019-01-04fou: Prevent unbounded recursion in GUE error handler also with UDP-LiteStefano Brivio1-1/+2
2019-01-04openvswitch: Fix IPv6 later frags parsingYi-Hung Wei1-3/+5
2019-01-04net: macb: remove unnecessary codeClaudiu Beznea1-6/+2
2019-01-04net: dsa: microchip: Drop unused GPIO includesLinus Walleij1-2/+0
2019-01-04qed: Fix qed_ll2_post_rx_buffer_notify_fw() by adding a write memory barrierDenis Bolotin1-0/+4
2019-01-04qed: Fix qed_chain_set_prod() for PBL chains with non power of 2 page countDenis Bolotin1-0/+31
2019-01-04net, skbuff: do not prefer skb allocation fails earlyDavid Rientjes1-6/+1
2019-01-04soc/fsl/qe: fix err handling of ucc_of_parse_tdmWen Yang2-56/+61
2019-01-04r8169: Add support for new Realtek EthernetKai-Heng Feng1-0/+2
2019-01-04netlink: fixup regression in RTM_GETADDRArthur Gautier2-2/+2
2019-01-04octeontx2-af: Fix a resource leak in an error handling path in 'cgx_probe()'Christophe JAILLET1-1/+3
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds221-679/+610
2019-01-02ipv6: Consider sk_bound_dev_if when binding a socket to an addressDavid Ahern1-0/+3
2019-01-02ipv6: Fix dump of specific table with strict checkingDavid Ahern1-1/+5
2019-01-02locks: fix error in locks_move_blocks()NeilBrown1-1/+1
2019-01-02bpf: add various test cases to selftestsDaniel Borkmann1-3/+1105
2019-01-02bpf: prevent out of bounds speculation on pointer arithmeticDaniel Borkmann2-6/+189
2019-01-02bpf: fix check_map_access smin_value test when pointer contains offsetDaniel Borkmann1-1/+5
2019-01-02bpf: restrict unknown scalars of mixed signed bounds for unprivilegedDaniel Borkmann1-1/+8
2019-01-02bpf: restrict stack pointer arithmetic for unprivilegedDaniel Borkmann1-22/+41
2019-01-02bpf: restrict map value pointer arithmetic for unprivilegedDaniel Borkmann1-0/+11
2019-01-02bpf: enable access to ax register also from verifier rewriteDaniel Borkmann2-6/+21
2019-01-02bpf: move tmp variable into ax register in interpreterDaniel Borkmann2-18/+19
2019-01-02bpf: move {prev_,}insn_idx into verifier envDaniel Borkmann2-38/+40
2019-01-02block: don't use un-ordered __set_current_state(TASK_UNINTERRUPTIBLE)Linus Torvalds3-9/+4
2019-01-02isdn: fix kernel-infoleak in capi_unlocked_ioctlEric Dumazet1-2/+2
2019-01-02ipv6: route: Fix return value of ip6_neigh_lookup() on neigh_create() errorStefano Brivio1-1/+3
2019-01-02net/hamradio/6pack: use mod_timer() to rearm timersEric Dumazet1-12/+4
2019-01-02net-next/hinic:add shutdown callbackXue Chaojing1-0/+6
2019-01-02sunrpc: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li1-16/+3
2019-01-02sunrpc: Add xprt after nfs4_test_session_trunk()Santosh kumar pradhan5-9/+15
2019-01-02sunrpc: convert unnecessary GFP_ATOMIC to GFP_NOFSJ. Bruce Fields1-2/+2
2019-01-02sunrpc: handle ENOMEM in rpcb_getport_asyncJ. Bruce Fields1-0/+8
2019-01-02NFS: remove unnecessary test for IS_ERR(cred)NeilBrown1-5/+0
2019-01-02xprtrdma: Prevent leak of rpcrdma_rep objectsChuck Lever2-0/+32
2019-01-02NFSv4.2 fix async copy reboot recoveryOlga Kornievskaia1-1/+1
2019-01-02xprtrdma: Don't leak freed MRsChuck Lever1-12/+15