summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bpf, selftests: fix handling of sparse CPU allocationsMartynas Pumputis2019-01-311-10/+20
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'typedef-func_proto'Alexei Starovoitov2019-01-292-7/+5
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tools/bpf: fix test_btf for typedef func_proto caseYonghong Song2019-01-291-6/+3
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bpf: btf: allow typedef func_protoYonghong Song2019-01-291-1/+2
| | |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bpf, doc: add reviewers to maintainers entryDaniel Borkmann2019-01-281-0/+5
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sk_msg: Always cancel strp work before freeing the psockJakub Sitnicki2019-01-291-2/+1
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tools: bpftool: fix crash with un-owned prog arraysJakub Kicinski2019-01-282-14/+9
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bpf: sock recvbuff must be limited by rmem_max in bpf_setsockopt()Yafang Shao2019-01-231-0/+2
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bpftool: fix percpu maps updatingPaolo Abeni2019-01-231-0/+16
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bpftool: Fix prog dump by tagJiri Olsa2019-01-231-2/+3
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dccp: fool proof ccid_hc_[rt]x_parse_options()Eric Dumazet2019-02-011-2/+2
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'smc-fixes'David S. Miller2019-02-018-21/+34
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | net/smc: fix use of variable in cleared areaKarsten Graul2019-02-011-4/+4
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | net/smc: use device link provided in qp_contextKarsten Graul2019-02-011-3/+3
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | net/smc: call smc_cdc_msg_send() under send_lockKarsten Graul2019-02-011-1/+4
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | net/smc: do not wait under send_lockKarsten Graul2019-02-011-6/+4
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | net/smc: recvmsg and splice_read should return 0 after shutdownKarsten Graul2019-02-011-1/+10
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | net/smc: don't wait for send buffer space when data was already sentKarsten Graul2019-02-011-4/+3
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | net/smc: prevent races between smc_lgr_terminate() and smc_conn_free()Karsten Graul2019-02-011-0/+4
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | net/smc: allow 16 byte pnetids in netlink policyHans Wippel2019-02-011-1/+1
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | net/smc: fix another sizeof to int comparisonUrsula Braun2019-02-011-1/+1
| |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | enic: fix checksum validation for IPv6Govindarajulu Varadarajan2019-02-011-1/+2
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sctp: walk the list of asoc safelyGreg Kroah-Hartman2019-02-011-2/+2
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge tag 'batadv-net-for-davem-20190201' of git://git.open-mesh.org/linux-mergeDavid S. Miller2019-02-013-2/+8
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | batman-adv: release station info tidstatsFelix Fietkau2019-01-251-0/+3
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | batman-adv: Force mac header to start of data on xmitSven Eckelmann2018-12-311-0/+2
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | batman-adv: Avoid WARN on net_device without parent in netnsSven Eckelmann2018-12-301-2/+3
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge tag 'mac80211-for-davem-2019-02-01' of git://git.kernel.org/pub/scm/lin...David S. Miller2019-02-014-4/+14
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cfg80211: call disconnect_wk when AP stopsJohannes Berg2019-02-013-1/+5
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mac80211: ensure that mgmt tx skbs have tailroom for encryptionFelix Fietkau2019-02-011-3/+9
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | skge: potential memory corruption in skge_get_regs()Dan Carpenter2019-02-011-2/+4
| |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bnxt_en: Disable interrupts when allocating CP rings or NQs.Michael Chan2019-01-311-1/+7
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'ieee802154-for-davem-2019-01-31' of git://git.kernel.org/pub/sc...David S. Miller2019-01-311-3/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ieee802154: mcr20a: fix indentation, remove tabsColin Ian King2019-01-311-3/+3
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rds: fix refcount bug in rds_sock_addrefEric Dumazet2019-01-311-3/+3
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | lib/test_rhashtable: Make test_insert_dup() allocate its hash table dynamicallyBart Van Assche2019-01-311-8/+15
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | l2tp: copy 4 more bytes to linear part if necessaryJacob Wen2019-01-311-3/+2
| |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'stmmac-fixes'David S. Miller2019-01-303-8/+24
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | net: stmmac: Disable EEE mode earlier in XMIT callbackJose Abreu2019-01-301-3/+3
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | net: stmmac: Send TSO packets always from Queue 0Jose Abreu2019-01-301-1/+10
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | net: stmmac: Fallback to Platform Data clock in Watchdog conversionJose Abreu2019-01-302-4/+11
| |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ipvlan, l3mdev: fix broken l3s mode wrt local routesDaniel Borkmann2019-01-303-4/+13
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | l2tp: fix reading optional fields of L2TPv3Jacob Wen2019-01-304-0/+30
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tun: move the call to tun_set_real_num_queuesGeorge Amanakis2019-01-301-2/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ipv6: sr: clear IP6CB(skb) on SRH ip4ip6 encapsulationYohei Kanemaru2019-01-301-0/+2
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'virtio_net-Fix-problems-around-XDP-tx-and-napi_tx'David S. Miller2019-01-301-47/+112
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | virtio_net: Differentiate sk_buff and xdp_frame on freeingToshiaki Makita2019-01-301-12/+42
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | virtio_net: Use xdp_return_frame to free xdp_frames on destroying vqsToshiaki Makita2019-01-301-1/+1
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | virtio_net: Don't process redirected XDP frames when XDP is disabledToshiaki Makita2019-01-301-7/+26
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | virtio_net: Fix out of bounds access of sqToshiaki Makita2019-01-301-10/+7
OpenPOWER on IntegriCloud