summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: bridge: optimize backup_port fdb convergenceNikolay Aleksandrov2019-04-041-1/+2
* net: Remove inclusion of pci.hYuval Shaia2019-04-041-1/+0
* tipc: add NULL pointer checkHoang Le2019-04-041-0/+3
* net: sched: ensure tc flower reoffload takes filter refJohn Hurley2019-04-041-42/+46
* net: bridge: update multicast stats from maybe_deliver()Pablo Neira Ayuso2019-04-041-11/+4
* net: use kfree_skb_list() from ip_do_fragment()Pablo Neira Ayuso2019-04-041-5/+2
* ipv6: Flip to fib_nexthop_infoDavid Ahern2019-04-032-76/+23
* ipv4: Change fib_nexthop_info and fib_add_nexthop to take fib_nh_commonDavid Ahern2019-04-031-20/+32
* ipv4: Refactor nexthop attributes in fib_dump_infoDavid Ahern2019-04-031-59/+107
* ipv4: Add fib_nh_common to fib_resultDavid Ahern2019-04-036-39/+78
* ipv4: Update fib_table_lookup tracepoint to take common nexthopDavid Ahern2019-04-031-1/+1
* rxrpc: Mark expected switch fall-throughGustavo A. R. Silva2019-04-031-1/+1
* net: sched: don't set tunnel for decap actionVlad Buslov2019-04-021-1/+0
* openvswitch: use after free in __ovs_ct_free_action()Dan Carpenter2019-04-021-1/+1
* net: place xmit recursion in softnet dataFlorian Westphal2019-04-012-10/+6
* net: use rcu_dereference_protected to fetch sk_dst_cache in sk_destructXin Long2019-04-012-2/+2
* net: dsa: read mac address from DT for slave deviceXiaofei Shen2019-04-012-1/+5
* tcp: fix tcp_inet6_sk() for 32bit kernelsEric Dumazet2019-04-011-2/+3
* net: bridge: use netif_is_bridge_port()Julian Wiedmann2019-03-294-9/+7
* openvswitch: Make metadata_dst tunnel work in IP_TUNNEL_INFO_BRIDGE modewenxu2019-03-291-10/+36
* tcp: cleanup sk_tx_skb_cache before reuseEric Dumazet2019-03-291-0/+2
* ipv6: Move ipv6 stubs to a separate header fileDavid Ahern2019-03-297-3/+7
* net: Use common nexthop init and release helpersDavid Ahern2019-03-292-37/+44
* net: Add fib_nh_common and update fib_nh and fib6_nhDavid Ahern2019-03-292-1/+9
* ipv6: Rename fib6_nh entriesDavid Ahern2019-03-295-97/+104
* ipv4: Rename fib_nh entriesDavid Ahern2019-03-295-138/+139
* ipv6: Change rt6_add_nexthop and rt6_nexthop_info to take fib6_nhDavid Ahern2019-03-291-19/+20
* ipv6: Refactor fib6_ignore_linkdownDavid Ahern2019-03-291-18/+3
* ipv6: Move gateway checks to a fib6_nh settingDavid Ahern2019-03-294-26/+36
* ipv6: Create cleanup helper for fib6_nhDavid Ahern2019-03-292-4/+9
* ipv6: Create init helper for fib6_nhDavid Ahern2019-03-291-108/+141
* ipv4: Create cleanup helper for fib_nhDavid Ahern2019-03-291-12/+17
* ipv4: Create init helper for fib_nhDavid Ahern2019-03-291-89/+91
* ipv4: Move IN_DEV_IGNORE_ROUTES_WITH_LINKDOWN to helperDavid Ahern2019-03-292-27/+8
* ipv4: Define fib_get_nhs when CONFIG_IP_ROUTE_MULTIPATH is disabledDavid Ahern2019-03-291-6/+9
* openvswitch: Add timeout support to ct actionYi-Hung Wei2019-03-281-1/+29
* netfilter: Export nf_ct_{set,destroy}_timeout()Yi-Hung Wei2019-03-282-87/+95
* net: devlink: add warning for ndo_get_phys_port_name set when not neededJiri Pirko2019-03-281-0/+18
* dsa: do not support ndo_get_phys_port_name for non-legacy portsJiri Pirko2019-03-281-0/+7
* dsa: implement ndo_get_devlink_portJiri Pirko2019-03-281-0/+8
* net: devlink: remove unused devlink_port_get_phys_port_name() functionJiri Pirko2019-03-281-7/+0
* net: devlink: introduce devlink_compat_phys_port_name_get()Jiri Pirko2019-03-282-5/+34
* Merge tag 'batadv-next-for-davem-20190328' of git://git.open-mesh.org/linux-m...David S. Miller2019-03-2861-825/+432
|\
| * batman-adv: Add multicast-to-unicast support for multiple targetsLinus Lüssing2019-03-257-6/+245
| * batman-adv: allow updating DAT entry timeouts on incoming ARP RepliesLinus Lüssing2019-03-251-1/+3
| * batman-adv: Adjust name for batadv_dat_send_dataSven Eckelmann2019-03-251-10/+14
| * batman-adv: Warn about sysfs file accessSven Eckelmann2019-03-251-0/+46
| * batman-adv: Make sysfs support optionalSven Eckelmann2019-03-258-75/+124
| * batman-adv: Drop license boilerplateSven Eckelmann2019-03-2561-733/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-03-2749-223/+520
|\ \