summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2019-04-08ipv4: Prepare rtable for IPv6 gatewayDavid Ahern
2019-04-08net: Replace nhc_has_gw with nhc_gw_familyDavid Ahern
2019-04-08ipv6: Add neighbor helpers that use the ipv6 stubDavid Ahern
2019-04-08ipv6: Add fib6_nh_init and release to stubsDavid Ahern
2019-04-08datagram: remove rendundant 'peeked' argumentPaolo Abeni
2019-04-07net: sched: flower: insert filter to ht before offloading it to hwVlad Buslov
2019-04-07rhashtable: use bit_spin_locks to protect hash bucket.NeilBrown
2019-04-06net: hsr: Fix node prune function for forget time expiryAaron Kramer
2019-04-06net: hsr: add debugfs support for display node listMurali Karicheri
2019-04-06net: hsr: convert to SPDX identifierMurali Karicheri
2019-04-06net: hsr: add blank line after function declarationMurali Karicheri
2019-04-06net: hsr: remove camel case usage in the codeMurali Karicheri
2019-04-06net: hsr: add missing space around operator in codeMurali Karicheri
2019-04-06net: hsr: fix placement of logical operator in a multi-line statementMurali Karicheri
2019-04-06net: hsr: remove unnecessary space after a castMurali Karicheri
2019-04-06net: hsr: fix NULL checks in the codeMurali Karicheri
2019-04-06net: hsr: fix lines that ends with a '('Murali Karicheri
2019-04-06net: hsr: fix alignment issues in the code for functionsMurali Karicheri
2019-04-06net: hsr: remove unnecessary paranthesis from the codeMurali Karicheri
2019-04-06net: hsr: fix multiple blank lines in the codeMurali Karicheri
2019-04-06net: hsr: fix lines exceeding 80 charactersMurali Karicheri
2019-04-06tcp: remove redundant check on tskbColin Ian King
2019-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-04-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-04-04ipv6: sit: reset ip header pointer in ipip6_rcvLorenzo Bianconi
2019-04-04tipc: adapt link failover for new Gap-ACK algorithmTuong Lien
2019-04-04tipc: reduce duplicate packets for unicast trafficTuong Lien
2019-04-04tipc: improve TIPC throughput by Gap ACK blocksTuong Lien
2019-04-04net: bridge: mcast: remove unused br_ip_equal functionNikolay Aleksandrov
2019-04-04net: bridge: always clear mcast matching struct on reports and leavesNikolay Aleksandrov
2019-04-04tcp: Accept ECT on SYN in the presence of RFC8311Tilmans, Olivier (Nokia - BE/Antwerp)
2019-04-04net: devlink: add warning for ndo_get_port_parent_id set when not neededJiri Pirko
2019-04-04dsa: pass switch ID through devlink_port_attrs_set()Jiri Pirko
2019-04-04net: devlink: introduce devlink_compat_switch_id_get() helperJiri Pirko
2019-04-04net: devlink: extend port attrs for switch IDJiri Pirko
2019-04-04net: bridge: optimize backup_port fdb convergenceNikolay Aleksandrov
2019-04-04net: Remove inclusion of pci.hYuval Shaia
2019-04-04tipc: add NULL pointer checkHoang Le
2019-04-04net: sched: ensure tc flower reoffload takes filter refJohn Hurley
2019-04-04vlan: conditional inclusion of FCoE hooks to match netdevice.h and bnx2xChris Leech
2019-04-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-04-04sch_cake: Make sure we can write the IP header before changing DSCP bitsToke Høiland-Jørgensen
2019-04-04sch_cake: Use tc_skb_protocol() helper for getting packet protocolToke Høiland-Jørgensen
2019-04-04tcp: Ensure DCTCP reacts to lossesKoen De Schepper
2019-04-04net: bridge: update multicast stats from maybe_deliver()Pablo Neira Ayuso
2019-04-04net: use kfree_skb_list() from ip_do_fragment()Pablo Neira Ayuso
2019-04-04net/sched: act_sample: fix divide by zero in the traffic pathDavide Caratti
2019-04-03ipv6: Flip to fib_nexthop_infoDavid Ahern
2019-04-03ipv4: Change fib_nexthop_info and fib_add_nexthop to take fib_nh_commonDavid Ahern
2019-04-03ipv4: Refactor nexthop attributes in fib_dump_infoDavid Ahern