aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/udp.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'korg/linux-3.0.y' into cm-13.0rogersb112015-11-101-1/+2
|\
| * ipv6: call udp_push_pending_frames when uncorking a socket with AF_INET pendi...Hannes Frederic Sowa2013-07-281-1/+2
* | smdk4412: network: squashed commitsDerTeufel2014-12-091-1/+2
|/
* net: refine {udp|tcp|sctp}_mem limitsEric Dumazet2011-07-071-8/+2
* udp/recvmsg: Clear MSG_TRUNC flag when starting over for a new packetXufeng Zhang2011-06-211-0/+3
* net: convert %p usage to %pKDan Rosenberg2011-05-241-1/+1
* ipv4: udp: Eliminate remaining uses of rt->rt_srcDavid S. Miller2011-05-101-7/+6
* ipv4: Pass flow key down into ip_append_*().David S. Miller2011-05-081-5/+7
* ipv4: Pass flow keys down into datagram packet building engine.David S. Miller2011-05-081-2/+2
* udp: Use flow key information instead of rt->rt_{src,dst}David S. Miller2011-05-081-6/+8
* inet: add RCU protection to inet->optEric Dumazet2011-04-281-5/+16
* inet: constify ip headers and in6_addrEric Dumazet2011-04-221-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-04-111-1/+1
|\
| * Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* | ipv4: Use flowi4_init_output() in udp_sendmsg()David S. Miller2011-03-311-12/+6
|/
* net: Put fl4_* macros to struct flowi4 and use them again.David S. Miller2011-03-121-5/+5
* ipv4: Use flowi4 in UDPDavid S. Miller2011-03-121-6/+8
* ipv4: Use flowi4 in public route lookup interfaces.David S. Miller2011-03-121-13/+13
* net: Make flowi ports AF dependent.David S. Miller2011-03-121-5/+5
* net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller2011-03-121-10/+11
* ipv4: Fix crash in dst_release when udp_sendmsg route lookup fails.David S. Miller2011-03-031-0/+1
* ipv4: Make output route lookup return rtable directly.David S. Miller2011-03-021-2/+3
* ipv4: Kill can_sleep arg to ip_route_output_flow()David S. Miller2011-03-011-1/+1
* net: Add FLOWI_FLAG_CAN_SLEEP.David S. Miller2011-03-011-2/+4
* ipv4: Make final arg to ip_route_output_flow to be boolean "can_sleep"David S. Miller2011-03-011-1/+1
* udp: Add lockless transmit pathHerbert Xu2011-03-011-1/+14
* udp: Switch to ip_finish_skbHerbert Xu2011-03-011-33/+50
* net: change netdev->features to u32Michał Mirosław2011-01-241-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-12-171-0/+1
|\
| * net: fix nulls list corruptions in sk_prot_allocOctavian Purdila2010-12-161-0/+1
* | net: Use skb_checksum_start_offset()Michał Mirosław2010-12-161-1/+1
* | net: use the macros defined for the members of flowiChangli Gao2010-11-171-7/+5
* | udp: use atomic_inc_not_zero_hintEric Dumazet2010-11-161-2/+2
|/
* net: avoid limits overflowEric Dumazet2010-11-101-2/+2
* net: add __rcu annotation to sk_filterEric Dumazet2010-10-251-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-09-091-0/+44
|\
| * udp: add rehash on connect()Eric Dumazet2010-09-081-0/+44
* | net: simplify flags for tx timestampingOliver Hartkopp2010-08-191-2/+2
|/
* net-next: remove useless union keywordChangli Gao2010-06-101-2/+2
* net: sock_queue_err_skb() dont mess with sk_forward_allocEric Dumazet2010-05-311-4/+2
* Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2010-05-311-4/+4
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-05-281-6/+8
| |\
| * | kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT...Alexey Dobriyan2010-05-251-4/+4
* | | net: fix sk_forward_alloc corruptionsEric Dumazet2010-05-291-0/+2
| |/ |/|
* | net: fix lock_sock_bh/unlock_sock_bhEric Dumazet2010-05-271-6/+8
|/
* net: reserve ports for applications using fixed port numbersAmerigo Wang2010-05-151-1/+2
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-05-121-3/+3
|\
| * ipv4: udp: fix short packet and bad checksum loggingBjørn Mork2010-05-061-3/+3
* | net: ip_queue_rcv_skb() helperEric Dumazet2010-04-281-1/+1
* | net: speedup udp receive pathEric Dumazet2010-04-281-6/+6