aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/udp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-25Revert "udp: increase inner ip header ID during segmentation"Pravin B Shelar1-6/+1
2013-03-22udp: increase inner ip header ID during segmentationCong Wang1-1/+6
2013-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+7
2013-03-20udp: add encap_destroy callbackTom Parkin1-0/+7
2013-03-09tunneling: Add generic Tunnel segmentation.Pravin B Shelar1-25/+90
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGao feng1-1/+1
2013-02-15v4 GRE: Add TCP segmentation offload for GREPravin B Shelar1-1/+2
2013-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2013-01-23soreuseport: UDP/IPv4 implementationTom Herbert1-18/+43
2013-01-22ipv4: Use IS_ERR_OR_NULL().YOSHIFUJI Hideaki / 吉藤英明1-1/+1
2013-01-21ipv4: Add a socket release callback for datagram socketsSteffen Klassert1-0/+1
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-1/+3
2012-09-07udp: increment UDP_MIB_INERRORS if copy failedEric Dumazet1-0/+5
2012-08-14userns: Print out socket uids in a user namespace aware fashion.Eric W. Biederman1-1/+3
2012-08-10ipv4: fix ip_send_skb()Eric Dumazet1-1/+1
2012-07-11ipv4: Add redirect support to all protocol icmp error handlers.David S. Miller1-0/+3
2012-06-27net: skb_free_datagram_locked() doesnt drop all packetsEric Dumazet1-1/+4
2012-06-14ipv4: Handle PMTU in all ICMP error handlers.David S. Miller1-0/+1
2012-05-24mm: add a low limit to alloc_large_system_hashTim Bird1-20/+10
2012-05-20net/ipv4: replace simple_strtoul with kstrtoulEldad Zack1-1/+7
2012-04-23net: add a limit parameter to sk_add_backlog()Eric Dumazet1-2/+2
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet1-1/+1
2012-04-15ipv4: fix checkpatch errorsDaniel Baluta1-1/+1
2012-04-13udp: intoduce udp_encap_needed static_keyEric Dumazet1-1/+11
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-03-12net: ipv4: Standardize prefixes for message loggingJoe Perches1-20/+14
2012-02-21datagram: Add offset argument to __skb_recv_datagramPavel Emelyanov1-2/+2
2012-02-08ipv4: Implement IP_UNICAST_IF socket option.Erich E. Hoover1-1/+2
2011-12-09udp: Export code sk lookup routinesPavel Emelyanov1-1/+2
2011-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+8
2011-12-01Revert "udp: remove redundant variable"David S. Miller1-7/+8
2011-11-16net: introduce and use netdev_features_t for device features setsMichał Mirosław1-1/+2
2011-11-09ipv4: PKTINFO doesnt need dst referenceEric Dumazet1-1/+2
2011-11-02udp: fix a race in encap_rcv handlingEric Dumazet1-3/+5
2011-11-01net: make the tcp and udp file_operations for the /proc stuff constArjan van de Ven1-10/+12
2011-08-17rps: Add flag to skb to indicate rxhash is based on L4 tupleTom Herbert1-2/+2
2011-08-12net: cleanup some rcu_dereference_rawEric Dumazet1-4/+3
2011-07-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-8/+2
2011-07-07net: refine {udp|tcp|sctp}_mem limitsEric Dumazet1-8/+2
2011-07-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+3
2011-06-21udp/recvmsg: Clear MSG_TRUNC flag when starting over for a new packetXufeng Zhang1-0/+3
2011-06-21udp: add tracepoints for queueing skb to rcvbufSatoru Moriya1-0/+2
2011-05-24net: convert %p usage to %pKDan Rosenberg1-1/+1
2011-05-10ipv4: udp: Eliminate remaining uses of rt->rt_srcDavid S. Miller1-7/+6
2011-05-08ipv4: Pass flow key down into ip_append_*().David S. Miller1-5/+7
2011-05-08ipv4: Pass flow keys down into datagram packet building engine.David S. Miller1-2/+2
2011-05-08udp: Use flow key information instead of rt->rt_{src,dst}David S. Miller1-6/+8
2011-04-28inet: add RCU protection to inet->optEric Dumazet1-5/+16
2011-04-22inet: constify ip headers and in6_addrEric Dumazet1-1/+1
2011-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1