summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: place xmit recursion in softnet dataFlorian Westphal2019-04-022-10/+6Star
* net: use rcu_dereference_protected to fetch sk_dst_cache in sk_destructXin Long2019-04-022-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/+7Star
* 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/+3Star
* 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/+8Star
* 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-291-1/+29
* netfilter: Export nf_ct_{set,destroy}_timeout()Yi-Hung Wei2019-03-292-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/+0Star
* 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/+432Star
|\
| * 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/+0Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-03-2849-223/+520
|\ \
| * \ 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/+1Star
| | * | net: sched: Kconfig: update reference link for PIELeslie Monis2019-03-261-2/+1Star
| | * | rxrpc: avoid clang -Wuninitialized warningArnd Bergmann2019-03-241-6/+5Star
| | * | tipc: tipc clang warningJon Maloy2019-03-241-3/+4
| | * | net: sched: fix cleanup NULL pointer exception in act_mirrJohn Hurley2019-03-241-2/+5
| | * | net-sysfs: Fix memory leak in netdev_register_kobjectWang Hai2019-03-211-5/+9
| | * | net/sched: let actions use RCU to access 'goto_chain'Davide Caratti2019-03-212-9/+11
| | * | net/sched: act_vlan: validate the control action inside init()Davide Caratti2019-03-211-3/+17
| | * | net/sched: act_tunnel_key: validate the control action inside init()Davide Caratti2019-03-211-2/+16
| | * | net/sched: act_skbmod: validate the control action inside init()Davide Caratti2019-03-211-3/+16
| | * | net/sched: act_skbedit: validate the control action inside init()Davide Caratti2019-03-211-3/+16
| | * | net/sched: act_simple: validate the control action inside init()Davide Caratti2019-03-211-14/+38