summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-03-21trace/bpf: remove helper bpf_perf_prog_read_value from tracepoint type programsYonghong Song1-28/+40
2018-03-21test_bpf: Fix testing with CONFIG_BPF_JIT_ALWAYS_ON=y on other archesThadeu Lima de Souza Cascardo1-1/+1
2018-03-12error-injection: Fix to prohibit jump optimizationMasami Hiramatsu1-0/+10
2018-03-12Merge branch 'bnxt_en-Bug-fixes'David S. Miller3-96/+118
2018-03-12bnxt_en: Check valid VNIC ID in bnxt_hwrm_vnic_set_tpa().Michael Chan1-0/+3
2018-03-12bnxt_en: close & open NIC, only when the interface is in running state.Venkat Duvvuru1-5/+12
2018-03-12bnxt_en: Return standard Linux error codes for hwrm flow cmds.Venkat Duvvuru1-3/+20
2018-03-12bnxt_en: Fix regressions when setting up MQPRIO TX rings.Michael Chan1-2/+5
2018-03-12bnxt_en: Pass complete VLAN TCI to the stack.Michael Chan2-2/+3
2018-03-12bnxt_en: Remove unwanted ovs-offload messages in some conditionsSriharsha Basavapatna1-8/+2
2018-03-12bnxt_en: Fix vnic accounting in the bnxt_check_rings() path.Eddie Wai1-44/+20
2018-03-12bnxt_en: Refactor the functions to reserve hardware rings.Michael Chan1-32/+53
2018-03-12net: phy: Tell caller result of phy_change()Brad Mouring2-74/+72
2018-03-12openvswitch: meter: fix the incorrect calculation of max delta_tzhangliping1-3/+9
2018-03-12macvlan: filter out unsupported feature flagsShannon Nelson1-1/+1
2018-03-09Merge branch 'erspan-fixes'David S. Miller1-1/+7
2018-03-09ip6erspan: make sure enough headroom at xmit.William Tu1-0/+3
2018-03-09ip6erspan: improve error handling for erspan version number.William Tu1-0/+2
2018-03-09ip6gre: add erspan v2 to tunnel lookupWilliam Tu1-1/+2
2018-03-09Merge branch 'mlxsw-ACL-and-mirroring-fixes'David S. Miller6-5/+46
2018-03-09mlxsw: spectrum: Prevent duplicate mirrorsPetr Machata2-4/+27
2018-03-09mlxsw: spectrum: Fix gact_ok offloadingJiri Pirko5-1/+19
2018-03-09Merge branch 'vhost_net-ptr_ring-fixes'David S. Miller3-4/+11
2018-03-09vhost_net: examine pointer types during un-producingJason Wang3-2/+7
2018-03-09vhost_net: keep private_data and rx_ring syncedJason Wang1-2/+3
2018-03-09vhost_net: initialize rx_ring in vhost_net_open()Alexander Potapenko1-0/+1
2018-03-09net: ethernet: ave: enable Rx drop interruptKunihiko Hayashi1-1/+1
2018-03-09net: use skb_is_gso_sctp() instead of open-codingDaniel Axtens6-9/+12
2018-03-09ieee802154: 6lowpan: fix possible NULL deref in lowpan_device_event()Eric Dumazet1-4/+8
2018-03-09ipv6: fix access to non-linear packet in ndisc_fill_redirect_hdr_option()Lorenzo Bianconi1-1/+2
2018-03-08Merge branch 'hv_netvsc-fix-multicast-flags-and-sync'David S. Miller3-7/+21
2018-03-08hv_netvsc: fix locking during VF setupStephen Hemminger1-0/+4
2018-03-08hv_netvsc: fix locking for rx_modeStephen Hemminger1-3/+8
2018-03-08hv_netvsc: avoid repeated updates of packet filterStephen Hemminger2-2/+7
2018-03-08hv_netvsc: fix filter flagsStephen Hemminger1-2/+2
2018-03-08Merge tag 'wireless-drivers-for-davem-2018-03-08' of git://git.kernel.org/pub...David S. Miller25-88/+212
2018-03-08docs: segmentation-offloads.txt: Correct TCP gso_typesDaniel Axtens1-2/+2
2018-03-08team: Fix double free in error pathArkadi Sharshevsky1-2/+2
2018-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller5-21/+79
2018-03-08bpf, x64: increase number of passesDaniel Borkmann1-1/+2
2018-03-07cxgb4: do not set needs_free_netdev for mgmt dev'sGanesh Goudar1-1/+0
2018-03-07cxgb4: copy adap index to PF0-3 adapter instancesGanesh Goudar1-0/+2
2018-03-07net: don't unnecessarily load kernel modules in dev_ioctl()Paul Moore1-2/+5
2018-03-07tcp: purge write queue upon aborting the connectionSoheil Hassas Yeganeh2-0/+2
2018-03-07dccp: check sk for closed state in dccp_sendmsg()Alexey Kodanev1-0/+5
2018-03-07l2tp: do not accept arbitrary socketsEric Dumazet1-2/+6
2018-03-07net: Fix hlist corruptions in inet_evict_bucket()Kirill Tkhai1-0/+3
2018-03-07net: smsc911x: Fix unload crash when link is upJeremy Linton1-2/+2
2018-03-07ipv6: Reflect MTU changes on PMTU of exceptions for MTU-less routesStefano Brivio1-29/+42
2018-03-07net: qcom/emac: Use proper free methods during TXHemanth Puranik1-9/+14