aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-06net: hsr: fix NULL checks in the codeMurali Karicheri5-13/+13
2019-04-06net: hsr: fix lines that ends with a '('Murali Karicheri2-7/+5
2019-04-06net: hsr: fix alignment issues in the code for functionsMurali Karicheri3-9/+9
2019-04-06net: hsr: remove unnecessary paranthesis from the codeMurali Karicheri3-18/+16
2019-04-06net: hsr: fix multiple blank lines in the codeMurali Karicheri7-55/+0
2019-04-06net: hsr: fix lines exceeding 80 charactersMurali Karicheri5-22/+31
2019-04-06tcp: remove redundant check on tskbColin Ian King1-5/+2
2019-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller46-191/+256
2019-04-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds45-189/+250
2019-04-04ipv6: sit: reset ip header pointer in ipip6_rcvLorenzo Bianconi1-0/+4
2019-04-04tipc: adapt link failover for new Gap-ACK algorithmTuong Lien1-26/+80
2019-04-04tipc: reduce duplicate packets for unicast trafficTuong Lien2-10/+37
2019-04-04tipc: improve TIPC throughput by Gap ACK blocksTuong Lien3-12/+159
2019-04-04net: bridge: mcast: remove unused br_ip_equal functionNikolay Aleksandrov1-17/+0
2019-04-04net: bridge: always clear mcast matching struct on reports and leavesNikolay Aleksandrov1-0/+3
2019-04-04tcp: Accept ECT on SYN in the presence of RFC8311Tilmans, Olivier (Nokia - BE/Antwerp)1-1/+6
2019-04-04net: devlink: add warning for ndo_get_port_parent_id set when not neededJiri Pirko1-2/+16
2019-04-04dsa: pass switch ID through devlink_port_attrs_set()Jiri Pirko2-1/+10
2019-04-04net: devlink: introduce devlink_compat_switch_id_get() helperJiri Pirko2-4/+30
2019-04-04net: devlink: extend port attrs for switch IDJiri Pirko2-2/+16
2019-04-04net: bridge: optimize backup_port fdb convergenceNikolay Aleksandrov1-1/+2
2019-04-04net: Remove inclusion of pci.hYuval Shaia1-1/+0
2019-04-04tipc: add NULL pointer checkHoang Le1-0/+3
2019-04-04net: sched: ensure tc flower reoffload takes filter refJohn Hurley1-42/+46
2019-04-04vlan: 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. Miller2-14/+6
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: bridge: update multicast stats from maybe_deliver()Pablo Neira Ayuso1-11/+4
2019-04-04net: use kfree_skb_list() from ip_do_fragment()Pablo Neira Ayuso1-5/+2
2019-04-04net/sched: act_sample: fix divide by zero in the traffic pathDavide Caratti1-2/+8
2019-04-03ipv6: Flip to fib_nexthop_infoDavid Ahern2-76/+23
2019-04-03ipv4: Change fib_nexthop_info and fib_add_nexthop to take fib_nh_commonDavid Ahern1-20/+32
2019-04-03ipv4: Refactor nexthop attributes in fib_dump_infoDavid Ahern1-59/+107
2019-04-03ipv4: Add fib_nh_common to fib_resultDavid Ahern6-39/+78
2019-04-03ipv4: Update fib_table_lookup tracepoint to take common nexthopDavid Ahern1-1/+1
2019-04-03ipv6: Fix dangling pointer when ipv6 fragmentJunwei Hu1-1/+3
2019-04-03net-gro: Fix GRO flush when receiving a GSO packet.Steffen Klassert1-1/+1
2019-04-03rxrpc: Mark expected switch fall-throughGustavo A. R. Silva1-1/+1
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 Fomichev1-0/+1
2019-04-02net: sched: don't set tunnel for decap actionVlad Buslov1-1/+0
2019-04-02ip6_tunnel: Match to ARPHRD_TUNNEL6 for dev typeSheena Mira-ato1-2/+2
2019-04-02openvswitch: use after free in __ovs_ct_free_action()Dan Carpenter1-1/+1
2019-04-01net: place xmit recursion in softnet dataFlorian Westphal2-10/+6
2019-04-01dccp: Fix memleak in __feat_register_spYueHaibing1-1/+6
2019-04-01net: use rcu_dereference_protected to fetch sk_dst_cache in sk_destructXin Long2-2/+2
2019-04-01sctp: initialize _pad of sockaddr_in before copying to user memoryXin Long1-0/+1