summaryrefslogtreecommitdiff
path: root/net/ipv4/udp.c
AgeCommit message (Expand)Author
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2012-09-07udp: increment UDP_MIB_INERRORS if copy failedEric Dumazet
2012-08-14userns: Print out socket uids in a user namespace aware fashion.Eric W. Biederman
2012-08-10ipv4: fix ip_send_skb()Eric Dumazet
2012-07-11ipv4: Add redirect support to all protocol icmp error handlers.David S. Miller
2012-06-27net: skb_free_datagram_locked() doesnt drop all packetsEric Dumazet
2012-06-14ipv4: Handle PMTU in all ICMP error handlers.David S. Miller
2012-05-24mm: add a low limit to alloc_large_system_hashTim Bird
2012-05-20net/ipv4: replace simple_strtoul with kstrtoulEldad Zack
2012-04-23net: add a limit parameter to sk_add_backlog()Eric Dumazet
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet
2012-04-15ipv4: fix checkpatch errorsDaniel Baluta
2012-04-13udp: intoduce udp_encap_needed static_keyEric Dumazet
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2012-03-12net: ipv4: Standardize prefixes for message loggingJoe Perches
2012-02-21datagram: Add offset argument to __skb_recv_datagramPavel Emelyanov
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