summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-04-05vlan: conditional inclusion of FCoE hooks to match netdevice.h and bnx2xChris Leech1-11/+15
2019-04-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller6-26/+208
2019-04-04Merge branch 'sch_cake-fixes'David S. Miller1-1/+12
2019-04-04sch_cake: Make sure we can write the IP header before changing DSCP bitsToke Høiland-Jørgensen1-0/+11
2019-04-04sch_cake: Use tc_skb_protocol() helper for getting packet protocolToke Høiland-Jørgensen1-1/+1
2019-04-04tcp: Ensure DCTCP reacts to lossesKoen De Schepper1-18/+18
2019-04-04net/sched: act_sample: fix divide by zero in the traffic pathDavide Caratti2-2/+32
2019-04-04net: thunderx: fix NULL pointer dereference in nicvf_open/nicvf_stopLorenzo Bianconi1-8/+12
2019-04-04Merge branch 'net-hns-bugfixes-for-HNS-Driver'David S. Miller14-58/+69
2019-04-04net: hns: Fix sparse: some warnings in HNS driversYonglong Liu11-43/+33
2019-04-04net: hns: Fix WARNING when remove HNS driver with SMMU enabledYonglong Liu1-1/+3
2019-04-04net: hns: fix ICMP6 neighbor solicitation messages discard problemYonglong Liu1-6/+27
2019-04-04net: hns: Fix probabilistic memory overwrite when HNS driver initializedYonglong Liu1-1/+1
2019-04-04net: hns: Use NAPI_POLL_WEIGHT for hns driverYonglong Liu1-5/+2
2019-04-04net: hns: fix KASAN: use-after-free in hns_nic_net_xmit_hw()Liubin Shu1-2/+3
2019-04-04flow_dissector: rst'ify documentationStanislav Fomichev3-115/+127
2019-04-04ipv6: Fix dangling pointer when ipv6 fragmentJunwei Hu1-1/+3
2019-04-04net-gro: Fix GRO flush when receiving a GSO packet.Steffen Klassert1-1/+1
2019-04-03Merge branch 'bpf-flow-dissector-fixes'Daniel Borkmann5-26/+196
2019-04-03flow_dissector: document BPF flow dissector environmentStanislav Fomichev1-0/+115
2019-04-03flow_dissector: allow access only to a subset of __sk_buff fieldsStanislav Fomichev1-13/+3
2019-04-03flow_dissector: fix clamping of BPF flow_keys for non-zero nhoffStanislav Fomichev1-1/+2
2019-04-03net/flow_dissector: pass flow_keys->n_proto to BPF programsStanislav Fomichev2-2/+5
2019-04-03selftests/bpf: fix vlan handling in flow dissector programStanislav Fomichev2-11/+72
2019-04-02Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller3-14/+33
2019-04-02ip6_tunnel: Match to ARPHRD_TUNNEL6 for dev typeSheena Mira-ato1-2/+2
2019-04-02dccp: Fix memleak in __feat_register_spYueHaibing1-1/+6
2019-04-02sctp: initialize _pad of sockaddr_in before copying to user memoryXin Long1-0/+1
2019-04-02Merge branch 'nfp-flower-fix-matching-and-pushing-vlan-CFI-bit'David S. Miller3-18/+15
2019-04-02nfp: flower: remove vlan CFI bit from push vlan actionPieter Jansen van Vuuren2-3/+1
2019-04-02nfp: flower: replace CFI with vlan presentPieter Jansen van Vuuren2-15/+14
2019-04-02kcm: switch order of device registration to fix a crashJiri Slaby1-8/+8
2019-04-02Merge branch 'net-sched-fix-stats-accounting-for-child-NOLOCK-qdiscs'David S. Miller14-90/+71
2019-04-02net: sched: introduce and use qdisc tree flush/purge helpersPaolo Abeni11-73/+35
2019-04-02net: sched: introduce and use qstats read helpersPaolo Abeni11-17/+36
2019-04-02net/sched: fix ->get helper of the matchall clsNicolas Dichtel1-0/+5
2019-04-01i40e: add tracking of AF_XDP ZC state for each queue pairBjörn Töpel3-1/+14
2019-04-01i40e: move i40e_xsk_umem functionBjörn Töpel2-14/+20
2019-04-01vrf: check accept_source_route on the original netdeviceStephen Suryaputra3-7/+6
2019-04-01MAINTAINERS: net: update Solarflare maintainersBert Kenward1-1/+1
2019-04-01tcp: fix a potential NULL pointer dereference in tcp_sk_exitDust Li1-1/+2
2019-04-01Merge branch 'tipc-a-batch-of-uninit-value-fixes-for-netlink_compat'David S. Miller1-4/+20
2019-04-01tipc: handle the err returned from cmd header functionXin Long1-2/+8
2019-04-01tipc: check link name with right length in tipc_nl_compat_link_setXin Long1-1/+6
2019-04-01tipc: check bearer name with right length in tipc_nl_compat_bearer_enableXin Long1-1/+6
2019-04-01Merge branch 'net-stmmac-fix-handling-of-oversized-frames'David S. Miller7-37/+59
2019-04-01net: stmmac: don't log oversized framesAaro Koskinen1-2/+0
2019-04-01net: stmmac: fix dropping of multi-descriptor RX framesAaro Koskinen1-0/+5
2019-04-01net: stmmac: don't overwrite discard_frame statusAaro Koskinen1-3/+4
2019-04-01net: stmmac: don't stop NAPI processing when dropping a packetAaro Koskinen1-7/+7