]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netpfil
Rework session termination in iSCSI target to actually wait
[FreeBSD/FreeBSD.git] / sys / netpfil /
2014-06-15 pfgMFV r266988:
2014-06-09 jkimMerge OpenSSL 1.0.1h.
2014-06-01 hirenDNOLD_IS_ECN introduced by r266941 is not required.
2014-06-01 hirenECN marking implenetation for dummynet.
2014-05-29 jhbFix pf(4) to build with MAXCPU set to 256. MAXCPU...
2014-05-27 peterMerge apr-1.4.8 -> apr-1.5.1 and update.
2014-05-18 aeSince ipfw nat configures all options in one step,...
2014-05-17 melifaroFix wrong formatting of 0.0.0.0/X table records in...
2014-05-17 glebiuso In pf_normalize_ip() we don't need mtag in
2014-05-15 marcelMFuser/marcel/mkimg:
2014-05-15 desUpgrade to latest ldns (1.6.17) and unbound (1.4.22).
2014-04-26 trocinyDefine startup order the same way as it is in dummynet.
2014-04-25 glebiusThe current API for adding rules with pool addresses...
2014-04-23 baptUpdate to byacc 20140409
2014-04-20 mmBackport from projects/pf r263908:
2014-04-16 aeSet oif only for outgoing packets.
2014-04-16 glebiusBackout r257223,r257224,r257225,r257246,r257710. The...
2014-04-13 bruefferFree resources and error cases; re-indent a curly brace...
2014-04-07 mmMerge from projects/pf r264198:
2014-04-04 gjbMerge r262907 from ^/projects/release-embedded:
2014-04-01 jmmvAdd atf m4 files from the vendor branch.
2014-03-29 marcelAdd mkimg, a utility for making disk images from raw...
2014-03-25 desUpgrade to OpenSSH 6.6p1.
2014-03-25 mmMerge from projects/pf r251993 (glebius@):
2014-03-22 baptUpdate to 20140321
2014-03-21 glebiusFix breakage in ipfw+VIMAGE after r261590.
2014-03-10 baptUpdate libucl to 2014-03-03
2014-03-05 gjbMerge ^/projects/release-embedded into ^/head.
2014-03-05 delphijMFV r262756:
2014-03-05 glebius- Remove rt_metrics_lite and simply put its members...
2014-03-05 glebiusInstead of playing games with casts simply add 3 more...
2014-03-02 delphijMFV r262639: ncurses 5.9 20140222 snapshot.
2014-02-28 delphijMFV r262617: ncurses 5.9.
2014-02-28 impSymbolic bindings for the dts files...
2014-02-28 impAdd missing skeleton file.
2014-02-28 markj4478 dtrace_dof_maxsize is far too small
2014-02-28 impInitial import of DTS files from Linux
2014-02-26 desMFV (r262529): fix is_upper() predicate
2014-02-23 baptImport libucl into head
2014-02-21 gjbMerge the following:
2014-02-21 baptImport Dragonfly Mail Agent into base system
2014-02-21 gjbMove ^/user/gjb/hacking/release-embedded up one directo...
2014-02-21 gjbMFH: tracking commit
2014-02-19 mmRevert r262196
2014-02-18 mmDe-virtualize pf_mtag_z [1]
2014-02-18 emasteUpdate LLDB snapshot to upstream r201577
2014-02-16 dimUpgrade our copy of llvm/clang to 3.4 release. This...
2014-02-15 gnnSummary: Two quick edits to the implementation notes...
2014-02-15 dimUnder sys/netpfil/ipfw, surround two IPv6-specific...
2014-02-14 jmmvMFV: Import atf-0.20.
2014-02-14 glebiusOnce pf became not covered by a single mutex, many...
2014-02-01 uqsMerge mdocml v1.12.3 into head
2014-01-31 desUpgrade to OpenSSH 6.5p1.
2014-01-30 dimImport libc++ 3.4 release. This contains a lot of...
2014-01-26 gshapiroMerge sendmail 8.14.8 to HEAD
2014-01-25 kaiwMFH@261151.
2014-01-24 melifaroReorder struct ip_fw_chain:
2014-01-22 glebiusRemove NULL pointer dereference.
2014-01-22 glebiusFix resource leak and simplify code for DIOCCHANGEADDR.
2014-01-19 gjbMFH: Tracking commit (r260891)
2014-01-15 kaiwCopy libelf, libdwarf and common files from vendor...
2014-01-12 jmmvAdd atf pkg-config files from the vendor branch.
2014-01-11 melifaroRevert r260548. We really should not use IPFW_WLOCK...
2014-01-11 melifaroWe don't need chain write lock since we're not modifyin...
2014-01-09 gjbMFH: tracking commit (head@r260486)
2014-01-06 glebiusWhen pf_get_translation() fails, it should leave *sn...
2014-01-03 melifaroUse rnh_matchaddr instead of rnh_lookup for longest...
2014-01-02 delphijMFV r260154 + 260182:
2013-12-28 gjbMFH: Tracking commit.
2013-12-27 gjbCopy head@r259933 -> user/gjb/hacking/release-embedded...
2013-12-22 dimFix incorrect header guard define in sys/netpfil/pf...
2013-12-22 glebiusFix fallout from r258479: in pf_free_src_node() the...
2013-12-18 melifaroAdd net.inet.ip.fw.dyn_keep_states sysctl which
2013-12-05 rayMFC @r258947.
2013-12-03 emasteUpdate LLDB to upstream r196259 snapshot
2013-11-28 melifaroSimplify O_NAT opcode handling.
2013-11-28 melifaroCheck ipfw table numbers in both user and kernel space...
2013-11-25 rodrigcIn sys/netpfil/ipfw/ip_fw_nat.c:vnet_ipfw_nat_uninit...
2013-11-22 glebiusThe DIOCKILLSRCNODES operation was implemented with...
2013-11-22 glebiusTo support upcoming changes change internal API for...
2013-11-22 glebiusFix off by ones when scanning source nodes hash.
2013-11-22 glebiusStyle: don't compare unsigned <= 0.
2013-11-22 luigiadd a counter on the struct mq (a queue of mbufs),
2013-11-22 luigidisable some ipfw match options when compiling in userspace
2013-11-22 luigimake this code compile in userspace on OSX
2013-11-22 luigimore support for userspace compiling of this code:
2013-11-22 luigimake ipfw_check_packet() and ipfw_check_frame() public,
2013-11-17 jmmvMFV: Import atf-0.18.
2013-11-14 glebiusSome fixups to pf_get_sport after r257223:
2013-11-12 emasteUpdate LLDB to upstream r194122 snapshot
2013-11-06 rayMFC @r257740.
2013-11-05 glebiusFix fallout from r257223. Since pf_test_state_icmp...
2013-11-05 rayMFC @r257698.
2013-11-05 glebiusRemove net.link.ether.inet.useloopback sysctl tunable...
2013-11-05 edwinMFV of 255902, tzdata2013f
2013-11-04 glebiusCode logic of handling PFTM_PURGE into pf_find_state().
2013-11-04 glebiusRemove unused PFTM_UNTIL_PACKET const.
2013-10-29 baptMerge byacc 20130925
2013-10-28 glebius- Fix VIMAGE build.
2013-10-28 glebiusInclude necessary headers that now are available due...
next