summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)Author
2019-04-04net: use kfree_skb_list() from ip_do_fragment()Pablo Neira Ayuso
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
2019-04-03ipv4: Add fib_nh_common to fib_resultDavid Ahern
2019-04-03ipv4: Update fib_table_lookup tracepoint to take common nexthopDavid Ahern
2019-04-03rxrpc: Mark expected switch fall-throughGustavo A. R. Silva
2019-04-02net: sched: don't set tunnel for decap actionVlad Buslov
2019-04-02openvswitch: use after free in __ovs_ct_free_action()Dan Carpenter
2019-04-01net: place xmit recursion in softnet dataFlorian Westphal
2019-04-01net: use rcu_dereference_protected to fetch sk_dst_cache in sk_destructXin Long
2019-04-01net: dsa: read mac address from DT for slave deviceXiaofei Shen
2019-04-01tcp: fix tcp_inet6_sk() for 32bit kernelsEric Dumazet
2019-03-29net: bridge: use netif_is_bridge_port()Julian Wiedmann
2019-03-29openvswitch: Make metadata_dst tunnel work in IP_TUNNEL_INFO_BRIDGE modewenxu
2019-03-29tcp: cleanup sk_tx_skb_cache before reuseEric Dumazet
2019-03-29ipv6: Move ipv6 stubs to a separate header fileDavid Ahern
2019-03-29net: Use common nexthop init and release helpersDavid Ahern
2019-03-29net: Add fib_nh_common and update fib_nh and fib6_nhDavid Ahern
2019-03-29ipv6: Rename fib6_nh entriesDavid Ahern
2019-03-29ipv4: Rename fib_nh entriesDavid Ahern
2019-03-29ipv6: Change rt6_add_nexthop and rt6_nexthop_info to take fib6_nhDavid Ahern
2019-03-29ipv6: Refactor fib6_ignore_linkdownDavid Ahern
2019-03-29ipv6: Move gateway checks to a fib6_nh settingDavid Ahern
2019-03-29ipv6: Create cleanup helper for fib6_nhDavid Ahern
2019-03-29ipv6: Create init helper for fib6_nhDavid Ahern
2019-03-29ipv4: Create cleanup helper for fib_nhDavid Ahern
2019-03-29ipv4: Create init helper for fib_nhDavid Ahern
2019-03-29ipv4: Move IN_DEV_IGNORE_ROUTES_WITH_LINKDOWN to helperDavid Ahern
2019-03-29ipv4: Define fib_get_nhs when CONFIG_IP_ROUTE_MULTIPATH is disabledDavid Ahern
2019-03-28openvswitch: Add timeout support to ct actionYi-Hung Wei
2019-03-28netfilter: Export nf_ct_{set,destroy}_timeout()Yi-Hung Wei
2019-03-28net: devlink: add warning for ndo_get_phys_port_name set when not neededJiri Pirko
2019-03-28dsa: do not support ndo_get_phys_port_name for non-legacy portsJiri Pirko
2019-03-28dsa: implement ndo_get_devlink_portJiri Pirko
2019-03-28net: devlink: remove unused devlink_port_get_phys_port_name() functionJiri Pirko
2019-03-28net: devlink: introduce devlink_compat_phys_port_name_get()Jiri Pirko
2019-03-28Merge tag 'batadv-next-for-davem-20190328' of git://git.open-mesh.org/linux-m...David S. Miller
2019-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-03-27inet: switch IP ID generator to siphashEric Dumazet
2019-03-27tcp: fix zerocopy and notsent_lowat issuesEric Dumazet
2019-03-27net: openvswitch: Add a new action check_pkt_lenNuman Siddique
2019-03-27ethtool: add PHY Fast Link Down supportHeiner Kallweit
2019-03-27net/core: Allow the compiler to verify declaration and definition consistencyBart Van Assche
2019-03-27net/core: Fix rtnetlink kernel-doc headersBart Van Assche
2019-03-27net/core: Document __skb_flow_dissect() flags argumentBart Van Assche
2019-03-27net/core: Document all dev_ioctl() argumentsBart Van Assche
2019-03-27net/core: Document reuseport_add_sock() bind_inany argumentBart Van Assche
2019-03-27fou: Support binding FoU socketKristian Evensen
2019-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds