summaryrefslogtreecommitdiff
path: root/include/net/inet_sock.h
AgeCommit message (Expand)AuthorFilesLines
2015-12-18net: Allow accepted sockets to be bound to l3mdev domainDavid Ahern1-0/+14
2015-12-08xfrm: take care of request socketsEric Dumazet1-4/+23
2015-11-09net: add skb_to_full_sk() helper and use it in selinux_netlbl_skbuff_setsid()Eric Dumazet1-0/+12
2015-10-05tcp: avoid two atomic ops for syncookiesEric Dumazet1-1/+2
2015-06-07inet: add IP_BIND_ADDRESS_NO_PORT to overcome bind(0) limitationsEric Dumazet1-0/+1
2015-03-18inet: fix request sock refcountingEric Dumazet1-1/+0
2015-03-18inet: uninline inet_reqsk_alloc()Eric Dumazet1-22/+2
2015-03-18inet: add sk_listener argument to inet_reqsk_alloc()Eric Dumazet1-3/+6
2015-03-17inet: move ir_mark to fill a holeEric Dumazet1-6/+5
2015-03-16inet: add proper refcounting to request sockEric Dumazet1-0/+5
2015-03-13inet: introduce ireq_familyEric Dumazet1-0/+1
2015-03-13inet: add rsk_refcnt/ireq_refcnt to request socksEric Dumazet1-0/+1
2015-03-13inet: add ireq_state field to inet_request_sockEric Dumazet1-0/+3
2015-03-13ipv6: add missing ireq_net & ir_cookie initializationsEric Dumazet1-0/+1
2015-03-12net: add real socket cookiesEric Dumazet1-0/+2
2015-01-06ip: Add offset parameter to ip_cmsg_recvTom Herbert1-0/+1
2015-01-06ip: IP cmsg cleanupTom Herbert1-1/+10
2015-01-06ip: Move checksum convert defines to inetTom Herbert1-0/+17
2014-06-28net: remove inet6_reqsk_allocOctavian Purdila1-2/+4
2014-05-14net: support marking accepting TCP socketsLorenzo Colitti1-0/+10
2013-10-20inet: convert inet_ehash_secret and ipv6_hash_secret to net_get_random_onceHannes Frederic Sowa1-4/+0
2013-10-20ipv4: split inet_ehashfn to hash functions per compilation unitHannes Frederic Sowa1-16/+6
2013-10-10inet: rename ir_loc_port to ir_numEric Dumazet1-1/+1
2013-10-10inet: includes a sock_common in request_sockEric Dumazet1-7/+9
2013-10-03inet: consolidate INET_TW_MATCHEric Dumazet1-2/+0
2013-09-29ipv4: processing ancillary IP_TOS or IP_TTLFrancesco Fusco1-0/+3
2013-09-21inet*.h: Remove extern from function prototypesJoe Perches1-2/+2
2013-06-12ipv4: remove is_data also from ip_options documentation.Rami Rosen1-1/+0
2013-02-22ipv6: use a stronger hash for tcpEric Dumazet1-0/+1
2012-12-01net: move inet_dport/inet_num in sock_commonEric Dumazet1-3/+5
2012-09-25net: use a per task frag allocatorEric Dumazet1-3/+1
2012-08-07net: ipv6: fix TCP early demuxEric Dumazet1-9/+0
2012-08-01ipv4: Restore old dst_free() behavior.Eric Dumazet1-7/+3
2012-07-31net: ipv4: fix RCU races on dst refcountsEric Dumazet1-0/+13
2012-07-24ipv4: Prepare for change of rt->rt_iif encoding.David S. Miller1-0/+1
2012-07-11inet: Kill FLOWI_FLAG_PRECOW_METRICS.David S. Miller1-2/+0
2012-02-13net: implement IP_RECVTOS for IP_PKTOPTIONSJiri Benc1-0/+1
2012-02-09ipv4: Implement IP_UNICAST_IF socket option.Erich E. Hoover1-0/+2
2011-12-12net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet1-3/+3
2011-11-24ipv4: Save nexthop address of LSRR/SSRR option to IPCB.Li Wei1-0/+2
2011-08-08ipv4: route non-local sources for raw socketJulian Anastasov1-1/+1
2011-05-07inet: Decrease overhead of on-stack inet_cork.David S. Miller1-4/+8
2011-04-29inet: add RCU protection to inet->optEric Dumazet1-3/+11
2011-03-01inet: Remove explicit write references to sk/inet in ip_append_dataHerbert Xu1-9/+14
2011-01-28net: Pre-COW metrics for TCP.David S. Miller1-1/+7
2010-12-10net: optimize INET input path furtherEric Dumazet1-2/+3
2010-11-13igmp: RCU conversion of in_dev->mc_listEric Dumazet1-1/+1
2010-06-24net - IP_NODEFRAG option for IPv4 socketJiri Olsa1-1/+2
2010-04-28net: Make RFS socket operations not be inet specific.David S. Miller1-37/+0
2010-04-27rps: inet_rps_save_rxhash() argument is not constEric Dumazet1-1/+1