summaryrefslogtreecommitdiff
path: root/net/ipv4/udp.c
AgeCommit message (Expand)Author
2012-02-08ipv4: Implement IP_UNICAST_IF socket option.Erich E. Hoover
2011-12-09udp: Export code sk lookup routinesPavel Emelyanov
2011-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2011-12-01Revert "udp: remove redundant variable"David S. Miller
2011-11-16net: introduce and use netdev_features_t for device features setsMichał Mirosław
2011-11-09ipv4: PKTINFO doesnt need dst referenceEric Dumazet
2011-11-02udp: fix a race in encap_rcv handlingEric Dumazet
2011-11-01net: make the tcp and udp file_operations for the /proc stuff constArjan van de Ven
2011-08-17rps: Add flag to skb to indicate rxhash is based on L4 tupleTom Herbert
2011-08-12net: cleanup some rcu_dereference_rawEric Dumazet
2011-07-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-07-07net: refine {udp|tcp|sctp}_mem limitsEric Dumazet
2011-07-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-06-21udp/recvmsg: Clear MSG_TRUNC flag when starting over for a new packetXufeng Zhang
2011-06-21udp: add tracepoints for queueing skb to rcvbufSatoru Moriya
2011-05-24net: convert %p usage to %pKDan Rosenberg
2011-05-10ipv4: udp: Eliminate remaining uses of rt->rt_srcDavid S. Miller
2011-05-08ipv4: Pass flow key down into ip_append_*().David S. Miller
2011-05-08ipv4: Pass flow keys down into datagram packet building engine.David S. Miller
2011-05-08udp: Use flow key information instead of rt->rt_{src,dst}David S. Miller
2011-04-28inet: add RCU protection to inet->optEric Dumazet
2011-04-22inet: constify ip headers and in6_addrEric Dumazet
2011-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-31ipv4: Use flowi4_init_output() in udp_sendmsg()David S. Miller
2011-03-12net: Put fl4_* macros to struct flowi4 and use them again.David S. Miller
2011-03-12ipv4: Use flowi4 in UDPDavid S. Miller
2011-03-12ipv4: Use flowi4 in public route lookup interfaces.David S. Miller
2011-03-12net: Make flowi ports AF dependent.David S. Miller
2011-03-12net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller
2011-03-03ipv4: Fix crash in dst_release when udp_sendmsg route lookup fails.David S. Miller
2011-03-02ipv4: Make output route lookup return rtable directly.David S. Miller
2011-03-01ipv4: Kill can_sleep arg to ip_route_output_flow()David S. Miller
2011-03-01net: Add FLOWI_FLAG_CAN_SLEEP.David S. Miller
2011-03-01ipv4: Make final arg to ip_route_output_flow to be boolean "can_sleep"David S. Miller
2011-03-01udp: Add lockless transmit pathHerbert Xu
2011-03-01udp: Switch to ip_finish_skbHerbert Xu
2011-01-24net: change netdev->features to u32Michał Mirosław
2010-12-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-12-16net: Use skb_checksum_start_offset()Michał Mirosław
2010-12-16net: fix nulls list corruptions in sk_prot_allocOctavian Purdila
2010-11-17net: use the macros defined for the members of flowiChangli Gao
2010-11-16udp: use atomic_inc_not_zero_hintEric Dumazet
2010-11-10net: avoid limits overflowEric Dumazet
2010-10-25net: add __rcu annotation to sk_filterEric Dumazet
2010-09-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-09-08udp: add rehash on connect()Eric Dumazet
2010-08-19net: simplify flags for tx timestampingOliver Hartkopp
2010-06-10net-next: remove useless union keywordChangli Gao
2010-05-31net: sock_queue_err_skb() dont mess with sk_forward_allocEric Dumazet