summaryrefslogtreecommitdiff
path: root/net/dccp
AgeCommit message (Expand)AuthorFilesLines
2014-12-10net: introduce helper macro for_each_cmsghdrGu Zheng1-3/+2
2014-11-24new helper: memcpy_from_msg()Al Viro1-1/+1
2014-11-18dccp: spelling s/reseting/resettingFabian Frederick1-1/+1
2014-11-18dccp: replace min/casting by min_tFabian Frederick1-1/+1
2014-11-18dccp: remove blank lines between function/EXPORT_SYMBOLFabian Frederick1-6/+0
2014-11-18dccp: kerneldoc warning fixesFabian Frederick1-2/+2
2014-11-08dccp: Convert DCCP_WARN to net_warn_ratelimitedJoe Perches1-2/+2
2014-11-05net: Add and use skb_copy_datagram_msg() helper.David S. Miller1-1/+1
2014-10-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+2
2014-10-17ipv6: introduce tcp_v6_iif()Eric Dumazet1-1/+2
2014-10-10Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds1-1/+1
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds3-3/+3
2014-10-07Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds1-2/+2
2014-10-01net/dccp/ccid.c: add __init to ccid_activateFabian Frederick1-1/+1
2014-10-01net/dccp/proto.c: add __init to dccp_mib_initFabian Frederick1-1/+1
2014-09-28ipv6: add a struct inet6_skb_parm param to ipv6_opt_accepted()Eric Dumazet1-1/+1
2014-09-28net_dma: simple removalDan Williams1-2/+2
2014-09-08percpu_counter: add @gfp to percpu_counter_init()Tejun Heo1-1/+1
2014-07-01inet: move ipv6only in sock_commonEric Dumazet1-3/+1
2014-06-27net: remove inet6_reqsk_allocOctavian Purdila1-1/+1
2014-05-23net: Eliminate no_check from protoswTom Herbert1-1/+0
2014-05-22net/dccp/timer.c: use 'u64' instead of 's64' to avoid compiler's warningChen Gang1-1/+1
2014-05-14dccp: make the request_retries minimum is 1wangweidong1-1/+2
2014-05-07net: clean up snmp stats codeWANG Cong1-4/+5
2014-04-15ipv4: add a sock pointer to ip_queue_xmit()Eric Dumazet1-1/+1
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller2-2/+2
2014-02-16dccp: re-enable debug macroGerrit Renker2-1/+2
2014-01-13ipv4: introduce hardened ip_no_pmtu_disc modeHannes Frederic Sowa1-0/+1
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-12/+7
2014-01-04dccp: make local variable staticstephen hemminger2-2/+1
2014-01-04dccp: remove obsolete codestephen hemminger2-33/+0
2013-12-19dccp: catch failed request_module call in dccp_probe initWang Weidong1-12/+7
2013-12-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2-5/+5
2013-12-18ipv6: support IPV6_PMTU_INTERFACE on socketsHannes Frederic Sowa1-0/+3
2013-12-10ipv6: do not erase dst address with flow label destinationFlorent Fourcot1-1/+0
2013-12-06net: Remove FLOWI_FLAG_CAN_SLEEPSteffen Klassert2-5/+5
2013-11-05ipv4: introduce new IP_MTU_DISCOVER mode IP_PMTUDISC_INTERFACEHannes Frederic Sowa1-0/+1
2013-10-19net: dccp: Remove extern from function prototypesJoe Perches7-158/+148
2013-10-10inet: rename ir_loc_port to ir_numEric Dumazet3-7/+7
2013-10-10inet: includes a sock_common in request_sockEric Dumazet5-46/+44
2013-10-09ipv6: make lookups simpler and fasterEric Dumazet3-18/+14
2013-10-08tcp/dccp: remove twchainEric Dumazet1-3/+1
2013-09-18net:dccp: do not report ICMP redirects to user spaceDuan Jiong1-0/+1
2013-07-24net: add sk_stream_is_writeable() helperEric Dumazet1-2/+2
2013-03-17tcp: Remove TCPCTChristoph Paasch2-6/+4
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-5/+4
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGao feng1-2/+2
2013-02-18net: proc: change proc_net_fops_create to proc_createGao feng1-1/+1
2013-01-11net/dccp: remove depends on CONFIG_EXPERIMENTALKees Cook1-2/+2
2013-01-11net/dccp/ccids: remove depends on CONFIG_EXPERIMENTALKees Cook1-3/+2