aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/datagram.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-02ipv4: Allow sending multicast packets on specific i/f using VRF socketRobert Shearman1-1/+1
2015-07-29net: Set sk_txhash from a random numberTom Herbert1-1/+1
2015-07-15ipv6: lock socket in ip6_datagram_connect()Eric Dumazet1-4/+12
2014-07-07net: Save TX flow hash in sock and set in skbuf on xmitTom Herbert1-0/+1
2014-06-11ipv4: fix a race in ip4_datagram_release_cb()Eric Dumazet1-5/+15
2013-12-06net: Remove FLOWI_FLAG_CAN_SLEEPSteffen Klassert1-1/+1
2013-11-14ipv4: fix possible seqlock deadlockEric Dumazet1-1/+1
2013-01-21ipv4: Add a socket release callback for datagram socketsSteffen Klassert1-0/+25
2011-05-08ipv4: Lock socket and use cork flow in ip4_datagram_connect().David S. Miller1-8/+15
2011-04-28ipv4: Get route daddr from flow key in ip4_datagram_connect().David S. Miller1-1/+1
2011-04-28ipv4: Fetch route saddr from flow key in ip4_datagram_connect().David S. Miller1-2/+2
2011-04-27ipv4: Sanitize and simplify ip_route_{connect,newports}()David S. Miller1-1/+2
2011-03-02ipv4: Make output route lookup return rtable directly.David S. Miller1-5/+6
2011-03-01ipv4: Can final ip_route_connect() arg to boolean "can_sleep".David S. Miller1-1/+1
2010-09-23net: return operator cleanupEric Dumazet1-1/+1
2010-09-08udp: add rehash on connect()Eric Dumazet1-1/+4
2010-07-12net/ipv4: EXPORT_SYMBOL cleanupsEric Dumazet1-2/+0
2010-06-10net-next: remove useless union keywordChangli Gao1-1/+1
2009-10-18inet: rename some inet_sock fieldsEric Dumazet1-9/+9
2008-07-16mib: add net to IP_INC_STATS_BHPavel Emelyanov1-1/+1
2008-01-28[IPV4] net/ipv4: Use ipv4_is_<type>Joe Perches1-1/+1
2007-06-03[IPV4]: Fix "ipOutNoRoutes" counter error for TCP and UDPWei Dong1-1/+5
2007-02-10[NET] IPV4: Fix whitespace errors.YOSHIFUJI Hideaki1-7/+7
2007-02-08[IPV4/IPV6]: Always wait for IPSEC SA resolution in socket contexts.David S. Miller1-1/+1
2006-09-28[IPV4]: ip_route_connect() ipv4 address arguments annotatedAl Viro1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2005-08-29[NET]: Fix sparse warningsArnaldo Carvalho de Melo1-0/+1
2005-08-29[TCP]: Move the tcp sock states to net/tcp_states.hArnaldo Carvalho de Melo1-1/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+73