summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-04-0445-189/+250
|\
| * ipv6: sit: reset ip header pointer in ipip6_rcvLorenzo Bianconi2019-04-041-0/+4
| * net: bridge: always clear mcast matching struct on reports and leavesNikolay Aleksandrov2019-04-041-0/+3
| * vlan: conditional inclusion of FCoE hooks to match netdevice.h and bnx2xChris Leech2019-04-041-11/+15
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-04-042-14/+6
| |\
| | * flow_dissector: allow access only to a subset of __sk_buff fieldsStanislav Fomichev2019-04-031-13/+3
| | * flow_dissector: fix clamping of BPF flow_keys for non-zero nhoffStanislav Fomichev2019-04-031-1/+2
| | * net/flow_dissector: pass flow_keys->n_proto to BPF programsStanislav Fomichev2019-04-031-0/+1
| * | sch_cake: Make sure we can write the IP header before changing DSCP bitsToke Høiland-Jørgensen2019-04-041-0/+11
| * | sch_cake: Use tc_skb_protocol() helper for getting packet protocolToke Høiland-Jørgensen2019-04-041-1/+1
| * | tcp: Ensure DCTCP reacts to lossesKoen De Schepper2019-04-041-18/+18
| * | net/sched: act_sample: fix divide by zero in the traffic pathDavide Caratti2019-04-041-2/+8
| * | ipv6: Fix dangling pointer when ipv6 fragmentJunwei Hu2019-04-031-1/+3
| * | net-gro: Fix GRO flush when receiving a GSO packet.Steffen Klassert2019-04-031-1/+1
| |/
| * ip6_tunnel: Match to ARPHRD_TUNNEL6 for dev typeSheena Mira-ato2019-04-021-2/+2
| * dccp: Fix memleak in __feat_register_spYueHaibing2019-04-011-1/+6
| * sctp: initialize _pad of sockaddr_in before copying to user memoryXin Long2019-04-011-0/+1
| * kcm: switch order of device registration to fix a crashJiri Slaby2019-04-011-8/+8
| * net: sched: introduce and use qdisc tree flush/purge helpersPaolo Abeni2019-04-0110-66/+16
| * net: sched: introduce and use qstats read helpersPaolo Abeni2019-04-0110-17/+18
| * net/sched: fix ->get helper of the matchall clsNicolas Dichtel2019-04-011-0/+5
| * vrf: check accept_source_route on the original netdeviceStephen Suryaputra2019-04-012-6/+5
| * tcp: fix a potential NULL pointer dereference in tcp_sk_exitDust Li2019-04-011-1/+2
| * tipc: handle the err returned from cmd header functionXin Long2019-03-311-2/+8
| * tipc: check link name with right length in tipc_nl_compat_link_setXin Long2019-03-311-1/+6
| * tipc: check bearer name with right length in tipc_nl_compat_bearer_enableXin Long2019-03-311-1/+6
| * net: ethtool: not call vzalloc for zero sized memory requestLi RongQing2019-03-291-16/+30
| * net: tls: prevent false connection termination with offloadJakub Kicinski2019-03-291-0/+2
| * net: core: netif_receive_skb_list: unlist skb before passing to pt->funcAlexander Lobakin2019-03-281-1/+3
| * net: rds: force to destroy connection if t_sock is NULL in rds_tcp_kill_sock().Mao Wenan2019-03-281-1/+1
| * openvswitch: fix flow actions reallocationAndrea Righi2019-03-281-2/+2
| * netns: provide pure entropy for net_hash_mix()Eric Dumazet2019-03-281-0/+1
| * net: dsa: Implement flow_dissect callback for tag_qcaxiaofeis2019-03-281-0/+10
| * Merge tag 'batadv-net-for-davem-20190328' of git://git.open-mesh.org/linux-mergeDavid S. Miller2019-03-284-15/+46
| |\
| | * batman-adv: Fix genl notification for throughput_overrideSven Eckelmann2019-03-251-2/+5
| | * batman-adv: fix warning in function batadv_v_elp_get_throughputAnders Roxell2019-03-251-2/+4
| | * batman-adv: Reduce tt_global hash refcnt only for removed entrySven Eckelmann2019-03-251-3/+15
| | * batman-adv: Reduce tt_local hash refcnt only for removed entrySven Eckelmann2019-03-251-5/+9
| | * batman-adv: Reduce claim hash refcnt only for removed entrySven Eckelmann2019-03-251-3/+13
| * | ila: Fix rhashtable walker list corruptionHerbert Xu2019-03-271-0/+1
| * | net: datagram: fix unbounded loop in __skb_try_recv_datagram()Paolo Abeni2019-03-271-1/+1
* | | Merge tag 'ceph-for-5.1-rc3' of git://github.com/ceph/ceph-clientLinus Torvalds2019-03-291-2/+6
|\ \ \ | |/ / |/| |
| * | libceph: fix breakage caused by multipage bvecsIlya Dryomov2019-03-251-2/+6
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-03-2754-280/+874
|\ \ \
| * | | net: devlink: skip info_get op call if it is not defined in dumpitJiri Pirko2019-03-261-0/+5
| * | | tipc: change to check tipc_own_id to return in tipc_net_stopXin Long2019-03-261-4/+1
| * | | net: sched: Kconfig: update reference link for PIELeslie Monis2019-03-261-2/+1
| * | | rxrpc: avoid clang -Wuninitialized warningArnd Bergmann2019-03-231-6/+5
| * | | tipc: tipc clang warningJon Maloy2019-03-231-3/+4
| * | | net: sched: fix cleanup NULL pointer exception in act_mirrJohn Hurley2019-03-231-2/+5