aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-29net: Use common nexthop init and release helpersDavid Ahern2-37/+44
2019-03-29net: Add fib_nh_common and update fib_nh and fib6_nhDavid Ahern2-1/+9
2019-03-29ipv6: Rename fib6_nh entriesDavid Ahern5-97/+104
2019-03-29ipv4: Rename fib_nh entriesDavid Ahern5-138/+139
2019-03-29ipv6: Change rt6_add_nexthop and rt6_nexthop_info to take fib6_nhDavid Ahern1-19/+20
2019-03-29ipv6: Refactor fib6_ignore_linkdownDavid Ahern1-18/+3
2019-03-29ipv6: Move gateway checks to a fib6_nh settingDavid Ahern4-26/+36
2019-03-29ipv6: Create cleanup helper for fib6_nhDavid Ahern2-4/+9
2019-03-29ipv6: Create init helper for fib6_nhDavid Ahern1-108/+141
2019-03-29ipv4: Create cleanup helper for fib_nhDavid Ahern1-12/+17
2019-03-29ipv4: Create init helper for fib_nhDavid Ahern1-89/+91
2019-03-29ipv4: Move IN_DEV_IGNORE_ROUTES_WITH_LINKDOWN to helperDavid Ahern2-27/+8
2019-03-29ipv4: Define fib_get_nhs when CONFIG_IP_ROUTE_MULTIPATH is disabledDavid Ahern1-6/+9
2019-03-28openvswitch: Add timeout support to ct actionYi-Hung Wei1-1/+29
2019-03-28netfilter: Export nf_ct_{set,destroy}_timeout()Yi-Hung Wei2-87/+95
2019-03-28net: devlink: add warning for ndo_get_phys_port_name set when not neededJiri Pirko1-0/+18
2019-03-28dsa: do not support ndo_get_phys_port_name for non-legacy portsJiri Pirko1-0/+7
2019-03-28dsa: implement ndo_get_devlink_portJiri Pirko1-0/+8
2019-03-28net: devlink: remove unused devlink_port_get_phys_port_name() functionJiri Pirko1-7/+0
2019-03-28net: devlink: introduce devlink_compat_phys_port_name_get()Jiri Pirko2-5/+34
2019-03-28Merge tag 'batadv-next-for-davem-20190328' of git://git.open-mesh.org/linux-mergeDavid S. Miller61-825/+432
2019-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller49-223/+520
2019-03-27inet: switch IP ID generator to siphashEric Dumazet2-19/+23
2019-03-27tcp: fix zerocopy and notsent_lowat issuesEric Dumazet1-10/+3
2019-03-27net: openvswitch: Add a new action check_pkt_lenNuman Siddique2-0/+219
2019-03-27ethtool: add PHY Fast Link Down supportHeiner Kallweit1-0/+2
2019-03-27net/core: Allow the compiler to verify declaration and definition consistencyBart Van Assche3-3/+19
2019-03-27net/core: Fix rtnetlink kernel-doc headersBart Van Assche1-3/+6
2019-03-27net/core: Document __skb_flow_dissect() flags argumentBart Van Assche1-0/+2
2019-03-27net/core: Document all dev_ioctl() argumentsBart Van Assche1-1/+2
2019-03-27net/core: Document reuseport_add_sock() bind_inany argumentBart Van Assche1-0/+2
2019-03-27fou: Support binding FoU socketKristian Evensen1-16/+122
2019-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds54-280/+874
2019-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-51/+299
2019-03-26Merge tag 'nfs-for-5.1-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2-3/+13
2019-03-26SUNRPC: fix uninitialized variable warningAlakesh Haloi1-2/+2
2019-03-26openvswitch: add seqadj extension when NAT is used.Flavio Leitner1-0/+6
2019-03-26tipc: fix return value check in tipc_mcast_send_sync()Wei Yongjun1-1/+1
2019-03-26net: dsa: Avoid null pointer when failing to connect to PHYVladimir Oltean1-4/+4
2019-03-26net: devlink: skip info_get op call if it is not defined in dumpitJiri Pirko1-0/+5
2019-03-26tipc: change to check tipc_own_id to return in tipc_net_stopXin Long1-4/+1
2019-03-26net: sched: Kconfig: update reference link for PIELeslie Monis1-2/+1
2019-03-25batman-adv: Add multicast-to-unicast support for multiple targetsLinus Lüssing7-6/+245
2019-03-25batman-adv: allow updating DAT entry timeouts on incoming ARP RepliesLinus Lüssing1-1/+3
2019-03-25batman-adv: Adjust name for batadv_dat_send_dataSven Eckelmann1-10/+14
2019-03-25batman-adv: Warn about sysfs file accessSven Eckelmann1-0/+46
2019-03-25batman-adv: Make sysfs support optionalSven Eckelmann8-75/+124
2019-03-25batman-adv: Drop license boilerplateSven Eckelmann61-733/+0
2019-03-24bpf: silence uninitialized var warning in bpf_skb_net_growWillem de Bruijn1-1/+1
2019-03-24net: devlink: select NET_DEVLINK from driversJiri Pirko2-5/+3