aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/udp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-10-09udp: fix a typo in __udp4_lib_mcast_demux_lookupEric Dumazet1-1/+1
2013-10-08net: ipv4 only populate IP_PKTINFO when neededShawn Bohrer1-1/+1
2013-10-08udp: ipv4: Add udp early demuxShawn Bohrer1-18/+184
2013-10-08udp: Only allow busy read/poll on connected socketsShawn Bohrer1-2/+3
2013-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2013-09-30net ipv4: Convert ipv4.ip_local_port_range to be per netns v3Eric W. Biederman1-1/+1
2013-09-28ipv4: processing ancillary IP_TOS or IP_TTLFrancesco Fusco1-1/+3
2013-09-24net: udp: do not report ICMP redirects to user spaceDuan Jiong1-1/+1
2013-08-31net: unify skb_udp_tunnel_segment() and skb_udp6_tunnel_segment()Cong Wang1-1/+12
2013-08-15net: proc_fs: trivial: print UIDs as unsigned intFrancesco Fusco1-1/+1
2013-07-27pktgen: Add UDPCSUM flag to support UDP checksumsThomas Graf1-1/+2
2013-07-11gso: Update tunnel segmentation to support Tx checksum offloadAlexander Duyck1-1/+3
2013-07-10net: rename ll methods to busy-pollEliezer Tamir1-1/+1
2013-07-10net: rename include/net/ll_poll.h to include/net/busy_poll.hEliezer Tamir1-1/+1
2013-07-02ipv6: call udp_push_pending_frames when uncorking a socket with AF_INET pending dataHannes Frederic Sowa1-1/+2
2013-06-12udp: fix two sparse errorsEric Dumazet1-2/+2
2013-06-12net: udp4: move GSO functions to udp_offloadDaniel Borkmann1-73/+2
2013-06-10udp: add low latency socket poll supportEliezer Tamir1-1/+5
2013-05-31net: Update RFS target at poll for tcp/udpDavid Majnemer1-0/+2
2013-05-27MPLS: Add limited GSO supportSimon Horman1-1/+1
2013-05-08gso: Handle Trans-Ether-Bridging protocol in skb_network_protocol()Pravin B Shelar1-3/+1
2013-05-03vxlan: Fix TCPv6 segmentation.Pravin B Shelar1-1/+6
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2013-04-29net: Add MIB counters for checksum errorsEric Dumazet1-2/+9
2013-04-14net: sock: make sock_tx_timestamp voidDaniel Borkmann1-3/+3
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro1-1/+1
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