summaryrefslogtreecommitdiffstats
path: root/net/ipv4/datagram.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1Star
* ipv4: Allow sending multicast packets on specific i/f using VRF socketRobert Shearman2018-10-031-1/+1
* net: Set sk_txhash from a random numberTom Herbert2015-07-301-1/+1
* ipv6: lock socket in ip6_datagram_connect()Eric Dumazet2015-07-161-4/+12
* net: Save TX flow hash in sock and set in skbuf on xmitTom Herbert2014-07-081-0/+1
* ipv4: fix a race in ip4_datagram_release_cb()Eric Dumazet2014-06-121-5/+15
* net: Remove FLOWI_FLAG_CAN_SLEEPSteffen Klassert2013-12-061-1/+1
* ipv4: fix possible seqlock deadlockEric Dumazet2013-11-141-1/+1
* ipv4: Add a socket release callback for datagram socketsSteffen Klassert2013-01-211-0/+25
* ipv4: Lock socket and use cork flow in ip4_datagram_connect().David S. Miller2011-05-081-8/+15
* ipv4: Get route daddr from flow key in ip4_datagram_connect().David S. Miller2011-04-291-1/+1
* ipv4: Fetch route saddr from flow key in ip4_datagram_connect().David S. Miller2011-04-291-2/+2
* ipv4: Sanitize and simplify ip_route_{connect,newports}()David S. Miller2011-04-271-1/+2
* ipv4: Make output route lookup return rtable directly.David S. Miller2011-03-021-5/+6
* ipv4: Can final ip_route_connect() arg to boolean "can_sleep".David S. Miller2011-03-011-1/+1
* net: return operator cleanupEric Dumazet2010-09-231-1/+1
* udp: add rehash on connect()Eric Dumazet2010-09-091-1/+4
* net/ipv4: EXPORT_SYMBOL cleanupsEric Dumazet2010-07-121-2/+0Star
* net-next: remove useless union keywordChangli Gao2010-06-111-1/+1
* inet: rename some inet_sock fieldsEric Dumazet2009-10-191-9/+9
* mib: add net to IP_INC_STATS_BHPavel Emelyanov2008-07-171-1/+1
* [IPV4] net/ipv4: Use ipv4_is_<type>Joe Perches2008-01-281-1/+1
* [IPV4]: Fix "ipOutNoRoutes" counter error for TCP and UDPWei Dong2007-06-041-1/+5
* [NET] IPV4: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-111-7/+7
* [IPV4/IPV6]: Always wait for IPSEC SA resolution in socket contexts.David S. Miller2007-02-081-1/+1
* [IPV4]: ip_route_connect() ipv4 address arguments annotatedAl Viro2006-09-291-1/+1
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0Star
* [NET]: Fix sparse warningsArnaldo Carvalho de Melo2005-08-301-0/+1
* [TCP]: Move the tcp sock states to net/tcp_states.hArnaldo Carvalho de Melo2005-08-301-1/+1
* Linux-2.6.12-rc2Linus Torvalds2005-04-171-0/+73