created | 2019-05-08T03:09:45Z |
---|---|
begin | 2017-11-20T00:00:00Z |
end | 2017-11-21T00:00:00Z |
path | src/sys |
commits | 11 |
date | 2017-11-20T10:16:25Z | |||
---|---|---|---|---|
author | mpi | |||
files | src/sys/net/if.c | log | diff | annotate |
message |
Do not fail if an interface is DOWN when calling ifpromisc(). As soon as the interface will be brough UP, its device driver will recognize it has the IFF_PROMISC flag and will configure its filters accordingly. ok visa@ |
date | 2017-11-20T10:17:40Z | |||
---|---|---|---|---|
author | mpi | |||
files | src/sys/net/if_bridge.c | log | diff | annotate |
src/sys/net/if_switch.c | log | diff | annotate | |
message |
Remove duplicated code working around the fact that ifpromisc() required a DOWN interface. ok visa@ |
date | 2017-11-20T10:35:24Z | |||
---|---|---|---|---|
author | mpi | |||
files | src/sys/net/if_etherip.c | log | diff | annotate |
src/sys/net/if_gif.c | log | diff | annotate | |
src/sys/net/if_pfsync.c | log | diff | annotate | |
src/sys/net/if_vxlan.c | log | diff | annotate | |
src/sys/net/pf.c | log | diff | annotate | |
src/sys/net/pipex.c | log | diff | annotate | |
src/sys/netinet/igmp.c | log | diff | annotate | |
src/sys/netinet/in.h | log | diff | annotate | |
src/sys/netinet/ip_carp.c | log | diff | annotate | |
src/sys/netinet/ip_ether.c | log | diff | annotate | |
src/sys/netinet/ip_gre.c | log | diff | annotate | |
src/sys/netinet/ip_input.c | log | diff | annotate | |
src/sys/netinet/ipsec_input.c | log | diff | annotate | |
src/sys/netinet/raw_ip.c | log | diff | annotate | |
src/sys/netinet/tcp_input.c | log | diff | annotate | |
src/sys/netinet/tcp_usrreq.c | log | diff | annotate | |
src/sys/netinet/udp_usrreq.c | log | diff | annotate | |
src/sys/netinet6/in6.h | log | diff | annotate | |
src/sys/netinet6/ip6_input.c | log | diff | annotate | |
src/sys/netinet6/raw_ip6.c | log | diff | annotate | |
message |
Sprinkle some NET_ASSERT_LOCKED(), const and co to prepare running pr_input handlers without KERNEL_LOCK(). ok visa@ |
date | 2017-11-20T10:56:51Z | |||
---|---|---|---|---|
author | mpi | |||
files | src/sys/net/pfkeyv2.c | log | diff | annotate |
src/sys/net/pfkeyv2.h | log | diff | annotate | |
message |
Flush flows using the radix-tree instead of a global list. This will allows us to get rid of the list. ok visa@ |
date | 2017-11-20T10:56:52Z | |||
---|---|---|---|---|
author | mpi | |||
files | src/sys/netinet/ip_spd.c | log | diff | annotate |
message |
Flush flows using the radix-tree instead of a global list. This will allows us to get rid of the list. ok visa@ |
date | 2017-11-20T14:14:26Z | |||
---|---|---|---|---|
author | mpi | |||
files | src/sys/netinet/ip_ipsp.h | log | diff | annotate |
message |
Keep kernel defines under #ifdef _KERNEL. ok bluhm@ |
date | 2017-11-20T14:21:28Z | |||
---|---|---|---|---|
author | jca | |||
files | src/sys/net/if_etherip.h | log | diff | annotate |
message |
Remove #if'0ed decls Stop pretending that we will migrate the content of this file to if_etherip.h. Those declarations are needed by userland, and it's easier to keep them in netinet/ip_ether.h. ok visa@ |
date | 2017-11-20T15:13:08Z | |||
---|---|---|---|---|
author | visa | |||
files | src/sys/arch/octeon/dev/cn30xxgmx.c | log | diff | annotate |
message |
Fix the product code of the Unifi Security Gateway. Prompted by Justin Hibbits |
date | 2017-11-20T15:13:09Z | |||
---|---|---|---|---|
author | visa | |||
files | src/sys/arch/octeon/dev/cn30xxsmi.c | log | diff | annotate |
src/sys/arch/octeon/dev/octrtc.c | log | diff | annotate | |
src/sys/arch/octeon/include/octeonvar.h | log | diff | annotate | |
message |
Fix the product code of the Unifi Security Gateway. Prompted by Justin Hibbits |
date | 2017-11-20T15:20:03Z | |||
---|---|---|---|---|
author | visa | |||
files | src/sys/arch/octeon/dev/octrtc.c | log | diff | annotate |
src/sys/arch/octeon/include/octeonvar.h | log | diff | annotate | |
message |
Add the board ID of the Unifi Security Gateway PRO-4. Not tested with the hardware. |
date | 2017-11-20T20:49:14Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/dev/fdt/sxiccmu_clocks.h | log | diff | annotate |
message |
Add Allwinner A10 EMAC clock. From Artturi Alm. |