summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/inet
AgeCommit message (Expand)AuthorFilesLines
2016-07-05OS-5493 tcp_time_wait_collector() collecting all the CPU timePatrick Mooney1-13/+25
2016-06-13OS-5457 pfilter and return-rst not working as expectedJerry Jelinek1-5/+9
2016-03-31OS-4859 Connections remain in TIME_WAIT too longPatrick Mooney4-320/+435
2016-03-31OS-5287 remove duplicate copyright statementsRobert Mustacchi2-4/+0
2016-03-14 [illumos-gate merge]Jerry Jelinek1-1/+0
2016-03-136735 pfp should allocate appropriate space for sockaddrPatrick Mooney2-10/+10
2016-03-10OS-5217 setsockopt(TCP_KEEPCNT) can return EINVAL spuriouslyBryan Cantrill1-7/+30
2016-03-07 [illumos-gate merge]Jerry Jelinek1-3/+0
2016-03-052976 remove useless offsetof() macrosRichard Lowe1-3/+0
2016-02-19OS-4699 lxbrand netty complains about SO_LINGER (really IP_TOS)Patrick Mooney2-7/+19
2015-12-18OS-5004 SIOCGLIFADDR doesn't set sin6_scope_id for link-local IPv6 addressesCody Peter Mello1-0/+4
2015-12-07OS-4018 lxbrand support TCP SO_REUSEPORTPatrick Mooney9-104/+399
2015-12-03OS-5003 cleanup sockmod_pfp address handlingPatrick Mooney2-9/+10
2015-11-24OS-4952 udp_send() acquires conn_lock unnecessarilyBryan Cantrill1-5/+1
2015-10-156324 Add an `ndp' tool for manipulating the neighbors tableCody Peter Mello1-0/+2
2015-10-06OS-4583 Add an `ndp' tool for manipulating the neighbors tableCody Peter Mello1-0/+2
2015-10-01OS-4686 TCP_KEEPIDLE has needless 10sec minimumPatrick Mooney1-2/+2
2015-09-11OS-4647 lx fails to mount nfs share - Transport endpoint is already connectedJerry Jelinek3-3/+28
2015-08-28 [illumos-gate merge]Jerry Jelinek1-2/+1
2015-08-276141 use kmem_zalloc instead of kmem_alloc + bzero/memsetJosef 'Jeff' Sipek1-2/+1
2015-07-31 [illumos-gate merge]Jerry Jelinek3-110/+100
2015-07-305850 tcp timestamping behavior changed mid-connectionLauri Tirkkonen3-110/+100
2015-07-23OS-4520 panic in ip_process_ioctl() on freed ci_ipif20150723release-20150723Bryan Cantrill1-3/+9
2015-05-155893 igmp timout logic induces panicRobert Mustacchi3-14/+57
2015-05-11OS-4295 sosctp_connect() can drop unowned lock, inducing panicBryan Cantrill1-1/+1
2015-05-05 [illumos-gate merge]Jerry Jelinek1-4/+1
2015-05-013914 ill_frag_hash_tbl not allocated for loopback interfacesJoshua M. Clulow1-84/+79
2015-04-304492 zone hung in down state, stuck in ilb_stack_finiJerry Jelinek1-3/+5
2015-04-23OS-4213 lxbrand should be able to set TCP_DEFER_ACCEPT after other socket ope...Jerry Jelinek1-1/+6
2015-04-21OS-4206 support deferred TCP acceptsJerry Jelinek1-0/+111
2015-03-26OS-2760 igmp timout logic induces panicRobert Mustacchi3-14/+57
2015-03-23 [illumos-gate merge]Jerry Jelinek1-1/+16
2015-03-205734 IPFGENITER needs to know when to hit the brakesRobert Mustacchi1-1/+16
2015-03-205733 ipf should only forward when forwarding is enabledJerry Jelinek1-1/+31
2015-03-10OS-4009 Want UDP src port hashing for VXLANRobert Mustacchi4-3/+187
2015-03-06OS-3996 ipf should only forward when forwarding is enabledJerry Jelinek1-1/+31
2015-02-16commit 336069c20319c172c4ff9d87d67e8f6301c98a5d merge errorJerry Jelinek1-2/+0
2015-02-16 [illumos-gate merge]Jerry Jelinek1-1/+8
2015-02-145573 sockmod_pfp improperly handles SO_RCVBUFPatrick Mooney2-35/+94
2015-01-10OS-3690 sockmod_pfp should limit bpf program sizePatrick Mooney2-35/+89
2014-12-12 [illumos-gate merge]Keith M Wesolowski7-144/+109
2014-12-105198 Want alternate global zone rule set for each ipf netstackRob Gulewich7-78/+461
2014-12-105199 "bad pkt state alloc" kstats due to echo repliesRob Gulewich1-0/+1
2014-12-105200 ipf_stack_destroy error messages when halting zonesJerry Jelinek1-3/+4
2014-11-24 [illumos-gate merge]Keith M Wesolowski6-60/+13
2014-11-215295 remove maxburst logic from TCP's send algorithmSebastien Roy6-60/+13
2014-11-11 [illumos-gate merge]Keith M Wesolowski5-6/+9
2014-11-105255 uts shouldn't open-code ISP2Josef 'Jeff' Sipek4-5/+9
2014-11-104674 No need to undefine rptr in ip.cSachidananda Urs1-1/+0
2014-08-14 [illumos-gate merge]Keith M Wesolowski30-111/+110