summaryrefslogtreecommitdiffstats
path: root/net/ipv4/udp.c
Commit message (Expand)AuthorAgeFilesLines
* udp: fix a typo in __udp4_lib_mcast_demux_lookupEric Dumazet2013-10-091-1/+1
* net: ipv4 only populate IP_PKTINFO when neededShawn Bohrer2013-10-081-1/+1
* udp: ipv4: Add udp early demuxShawn Bohrer2013-10-081-18/+184
* udp: Only allow busy read/poll on connected socketsShawn Bohrer2013-10-081-2/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-10-011-1/+1
|\
| * net: udp: do not report ICMP redirects to user spaceDuan Jiong2013-09-241-1/+1
* | net ipv4: Convert ipv4.ip_local_port_range to be per netns v3Eric W. Biederman2013-10-011-1/+1
* | ipv4: processing ancillary IP_TOS or IP_TTLFrancesco Fusco2013-09-291-1/+3
|/
* net: unify skb_udp_tunnel_segment() and skb_udp6_tunnel_segment()Cong Wang2013-09-011-1/+12
* net: proc_fs: trivial: print UIDs as unsigned intFrancesco Fusco2013-08-151-1/+1
* pktgen: Add UDPCSUM flag to support UDP checksumsThomas Graf2013-07-281-1/+2
* gso: Update tunnel segmentation to support Tx checksum offloadAlexander Duyck2013-07-111-1/+3
* net: rename ll methods to busy-pollEliezer Tamir2013-07-111-1/+1
* net: rename include/net/ll_poll.h to include/net/busy_poll.hEliezer Tamir2013-07-111-1/+1
* ipv6: call udp_push_pending_frames when uncorking a socket with AF_INET pendi...Hannes Frederic Sowa2013-07-021-1/+2
* udp: fix two sparse errorsEric Dumazet2013-06-131-2/+2
* net: udp4: move GSO functions to udp_offloadDaniel Borkmann2013-06-121-73/+2Star
* udp: add low latency socket poll supportEliezer Tamir2013-06-111-1/+5
* net: Update RFS target at poll for tcp/udpDavid Majnemer2013-06-011-0/+2
* MPLS: Add limited GSO supportSimon Horman2013-05-281-1/+1
* gso: Handle Trans-Ether-Bridging protocol in skb_network_protocol()Pravin B Shelar2013-05-081-3/+1Star
* vxlan: Fix TCPv6 segmentation.Pravin B Shelar2013-05-031-1/+6
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-021-1/+1
|\
| * procfs: new helper - PDE_DATA(inode)Al Viro2013-04-091-1/+1
* | net: Add MIB counters for checksum errorsEric Dumazet2013-04-291-2/+9
* | net: sock: make sock_tx_timestamp voidDaniel Borkmann2013-04-141-3/+3
* | Revert "udp: increase inner ip header ID during segmentation"Pravin B Shelar2013-03-251-6/+1Star
* | udp: increase inner ip header ID during segmentationCong Wang2013-03-221-1/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-03-201-0/+7
|\|
| * udp: add encap_destroy callbackTom Parkin2013-03-201-0/+7
* | tunneling: Add generic Tunnel segmentation.Pravin B Shelar2013-03-091-25/+90
|/
* net: proc: change proc_net_remove to remove_proc_entryGao feng2013-02-181-1/+1
* v4 GRE: Add TCP segmentation offload for GREPravin B Shelar2013-02-151-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-01-291-0/+1
|\
| * ipv4: Add a socket release callback for datagram socketsSteffen Klassert2013-01-211-0/+1
* | soreuseport: UDP/IPv4 implementationTom Herbert2013-01-231-18/+43
* | ipv4: Use IS_ERR_OR_NULL().YOSHIFUJI Hideaki / 吉藤英明2013-01-221-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-10-021-1/+3
|\
| * userns: Print out socket uids in a user namespace aware fashion.Eric W. Biederman2012-08-151-1/+3
* | udp: increment UDP_MIB_INERRORS if copy failedEric Dumazet2012-09-071-0/+5
* | ipv4: fix ip_send_skb()Eric Dumazet2012-08-101-1/+1
|/
* ipv4: Add redirect support to all protocol icmp error handlers.David S. Miller2012-07-121-0/+3
* net: skb_free_datagram_locked() doesnt drop all packetsEric Dumazet2012-06-281-1/+4
* ipv4: Handle PMTU in all ICMP error handlers.David S. Miller2012-06-151-0/+1
* mm: add a low limit to alloc_large_system_hashTim Bird2012-05-241-20/+10Star
* net/ipv4: replace simple_strtoul with kstrtoulEldad Zack2012-05-201-1/+7
* net: add a limit parameter to sk_add_backlog()Eric Dumazet2012-04-241-2/+2
* net: cleanup unsigned to unsigned intEric Dumazet2012-04-151-1/+1
* ipv4: fix checkpatch errorsDaniel Baluta2012-04-151-1/+1
* udp: intoduce udp_encap_needed static_keyEric Dumazet2012-04-131-1/+11