Remove unsupported ia64.
[freebsd.git] / sys / net /
2015-11-17 fabientImplement the sadb_x_policy_priority field as it is...
2015-11-16 ngieMFhead @ r290899
2015-11-14 melifaroPass provided af instead of AF_UNSPEC to setwa_f callback.
2015-11-14 melifaroMove iflladdr_event eventhandler invocation to if_setll...
2015-11-13 rrsThis fixes several places where callout_stops return...
2015-11-09 melifaroUse lladdr_event to propagate gratiotus arp.
2015-11-07 baptImprove collation string and locales support
2015-11-07 melifaroUnify setting lladdr for AF_INET[6].
2015-11-07 baptMerge from head r290483
2015-11-06 smhAdd sysctl to control LACP strict compliance default
2015-11-05 gnnReplace the fastforward path with tryforward which...
2015-11-02 rrsFix three flowtable bugs, a) one lookup issue, b) a...
2015-11-01 baptMerge from head
2015-11-01 melifaroFix lladdr change propagation for on vlans on top of it.
2015-10-30 jkimMerge OpenSSL 1.0.2d.
2015-10-29 bdreweryAvoid passing an uninitialized 'i'. Currently nothing...
2015-10-28 aeCheck the size of data available in mbuf, before using...
2015-10-28 baptMerge from head github/projects/mpsutil
2015-10-27 baptUpdate libucl to latest git snapshot (20151027)
2015-10-25 kppf: Fix compliation warning with gcc
2015-10-25 kpPF_ANEQ() macro will in most situations returns TRUE...
2015-10-23 sjgMerge bmake 20151020
2015-10-22 glebiusMFV ntp-4.2.8p4 (r289715)
2015-10-21 emasteif_tap: correct typo in sysctl description (Enably)
2015-10-19 baptMerge from head
2015-10-18 rpauloUpdate hostapd/wpa_supplicant to version 2.5.
2015-10-17 ngieMFhead @ r289471
2015-10-17 melifaroRemove several compat functions from pre-fib era.
2015-10-17 ngieIntegrate tools/regression/acltools into the FreeBSD...
2015-10-17 ngieIntegrate tools/test/posixshm and tools/regression...
2015-10-16 mavMFV r289310:
2015-10-16 hrsFix a panic when destroying a lagg interface.
2015-10-14 kppf: Fix TSO issues
2015-10-13 baptMerge from head
2015-10-13 ngieIntegrate tools/regression/acltools into tests/sys/acl
2015-10-12 peterUpdate from svn-1.8.14 to 1.9.2.
2015-10-10 ngieMFhead @ r289100
2015-10-07 hrsFix a bug that caused reinitialization failure of MAC...
2015-10-05 dimMerge ^/head r288457 through r288830.
2015-10-05 ngieMFhead @ r281414
2015-10-04 araujoRemove per complete the fec aggregation protocol.
2015-10-03 hrsAdd IFCAP_LINKSTATE support.
2015-10-03 aeAlways detach encap handler when reconfiguring tunnel.
2015-10-01 dimMerge ^/head r288197 through r288456.
2015-09-30 markjMFV r288408:
2015-09-28 ngieAdd initial testcases for bin/ls
2015-09-27 ngieMFhead @ r288313
2015-09-27 melifaroEliminate nd6_nud_hint() and its TCP bindings.
2015-09-23 emasteBring LLVM libunwind snapshot into contrib/llvm/projects
2015-09-17 desUpgrade to Unbound 1.5.4.
2015-09-16 dimMerge ^/head r287680 through r287877.
2015-09-16 dimUpdate libc++ to 3.7.0 release.
2015-09-16 melifaroSimplify the way of attaching IPv6 link-layer header.
2015-09-16 aeUse KASSERT for some checks, that are late to do.
2015-09-16 olegRemove superfluous m_freem().
2015-09-16 melifaroUnify loopback route switching:
2015-09-15 melifaro* Require explicitl lle unlink prior to calling llentry...
2015-09-14 vangyzenFix the handling of IPv6 On-Link Redirects.
2015-09-14 melifaro* Do more fine-grained locking: call eventhandlers...
2015-09-14 hselaskyUpdate TSO limits to include all headers.
2015-09-11 dimMerge ^/head r287527 through r287679.
2015-09-11 dimSince contrib/libc++'s ancestry was never correct,...
2015-09-10 dimUpdate compiler-rt to 3.7.0 release. This also include...
2015-09-10 hrs- Remove GIF_{SEND,ACCEPT}_REVETHIP.
2015-09-06 dimUpdate llvm, clang and lldb to 3.7.0 release.
2015-09-06 dimUpdate lldb to upstream trunk r242221. github/projects/clang-trunk
2015-09-05 dimMerge ^/head r286858 through r287489.
2015-09-05 melifaroConstantify lookup key in ifa_ifwith* functions.
2015-09-02 hrsFix a panic which was reproducible by an infinite loop of
2015-08-31 melifaroSimplify lla_rt_output()/nd6_add_ifa_lle() by setting...
2015-08-29 adrianRemove now unused (and #if 0'ed out) headers.
2015-08-28 adrianReplace the printf()s with optional rate limited debugg...
2015-08-27 kppf: Remove support for 'scrub fragment crop|drop-ovl'
2015-08-25 baptMerge from HEAD
2015-08-24 loosFix the spelling of eri's name.
2015-08-21 loosAdd ALTQ(9) support for the CoDel algorithm.
2015-08-20 melifaro* Split allocation and table linking for lle's.
2015-08-17 dimMerge ^/head r286697 through r286857.
2015-08-12 hirenMake LAG LACP fast timeout tunable through IOCTL.
2015-08-12 dimMerge ^/head r286422 through r286684.
2015-08-12 dimUpdate llvm/clang to r242221.
2015-08-11 melifaroUse single 'lle_timer' callout in lltable instead of
2015-08-11 melifaroStore addresses instead of sockaddrs inside llentry.
2015-08-11 melifaroMFP r276712.
2015-08-10 melifaroRename rt_foreach_fib() to rt_foreach_fib_walk().
2015-08-10 ngieMFhead @ r286584
2015-08-10 melifaroPartially merge r274887,r275334,r275577,r275578,r275586...
2015-08-09 baptMerge from HEAD
2015-08-08 melifaroMFP r274295:
2015-08-08 melifaroMFP r274553:
2015-08-07 dimMerge ^/head r285924 through r286421.
2015-08-03 loosRemove the mtx_sleep() from the kqueue f_event filter.
2015-08-03 loosAdd a KASSERT() to make sure we wont rotate the buffers...
2015-08-02 jmglooks like all archs either have clang or cdefs include...
2015-08-02 jmgconvert to C11's _Static_assert, and pull in sys/cdefs...
2015-07-31 loosRemove two unnecessary sleeps from the hot path in...
2015-07-31 loosRemove the sleep from the buffer allocation routine.
2015-07-31 loosDo not allocate the buffers at opening of the descripto...
2015-07-31 emasteAdd ELF Tool Chain's brandelf(1) to contrib
2015-07-31 aeAnsify if_stf.c
next