summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: hsr: convert to SPDX identifierMurali Karicheri2019-04-0612-61/+12
* net: hsr: add blank line after function declarationMurali Karicheri2019-04-061-0/+1
* net: hsr: remove camel case usage in the codeMurali Karicheri2019-04-064-75/+76
* net: hsr: add missing space around operator in codeMurali Karicheri2019-04-062-4/+4
* net: hsr: fix placement of logical operator in a multi-line statementMurali Karicheri2019-04-062-6/+6
* net: hsr: remove unnecessary space after a castMurali Karicheri2019-04-063-15/+15
* net: hsr: fix NULL checks in the codeMurali Karicheri2019-04-065-13/+13
* net: hsr: fix lines that ends with a '('Murali Karicheri2019-04-062-7/+5
* net: hsr: fix alignment issues in the code for functionsMurali Karicheri2019-04-063-9/+9
* net: hsr: remove unnecessary paranthesis from the codeMurali Karicheri2019-04-063-18/+16
* net: hsr: fix multiple blank lines in the codeMurali Karicheri2019-04-067-55/+0
* net: hsr: fix lines exceeding 80 charactersMurali Karicheri2019-04-065-22/+31
* tcp: remove redundant check on tskbColin Ian King2019-04-061-5/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-0546-191/+256
|\
| * 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