aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/udp.c
Commit message (Expand)AuthorAgeFilesLines
* udp: fix behavior of wrong checksumsEric Dumazet2015-08-071-4/+2
* inet: fix possible seqlock deadlocksEric Dumazet2014-01-031-1/+1
* inet: fix addr_len/msg->msg_namelen assignment in recv_error and rxpmtu funct...Hannes Frederic Sowa2014-01-031-1/+1
* inet: prevent leakage of uninitialized memory to user in recv syscallsHannes Frederic Sowa2014-01-031-6/+1
* net: update consumers of MSG_MORE to recognize MSG_SENDPAGE_NOTLASTShawn Landden2014-01-031-0/+3
* ipv6: call udp_push_pending_frames when uncorking a socket with AF_INET pendi...Hannes Frederic Sowa2013-08-021-1/+2
* Revert "udp: remove redundant variable"David S. Miller2011-12-011-7/+8
* udp: fix a race in encap_rcv handlingEric Dumazet2011-11-021-3/+5
* net: make the tcp and udp file_operations for the /proc stuff constArjan van de Ven2011-11-011-10/+12
* rps: Add flag to skb to indicate rxhash is based on L4 tupleTom Herbert2011-08-171-2/+2
* net: cleanup some rcu_dereference_rawEric Dumazet2011-08-121-4/+3
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-07-141-8/+2
|\
| * net: refine {udp|tcp|sctp}_mem limitsEric Dumazet2011-07-071-8/+2
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-07-051-0/+3
|\ \ | |/
| * udp/recvmsg: Clear MSG_TRUNC flag when starting over for a new packetXufeng Zhang2011-06-211-0/+3
* | udp: add tracepoints for queueing skb to rcvbufSatoru Moriya2011-06-211-0/+2
|/
* 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