aboutsummaryrefslogtreecommitdiffstats
path: root/net/dccp (follow)
AgeCommit message (Expand)AuthorFilesLines
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/klassert/ipsec-nextDavid 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/git/gregkh/driver-coreLinus 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
2012-12-14inet: Fix kmemleak in tcp_v4/6_syn_recv_sock and dccp_v4/6_request_recv_sockChristoph Paasch2-3/+4
2012-11-03tcp: better retrans tracking for defer-acceptEric Dumazet1-2/+1
2012-08-15dccp: fix info leak via getsockopt(DCCP_SOCKOPT_CCID_TX_INFO)Mathias Krause1-0/+1
2012-08-15dccp: check ccid before dereferencingMathias Krause1-2/+2
2012-07-23ipv4: Prepare for change of rt->rt_iif encoding.David S. Miller1-1/+1
2012-07-20ipv4: Kill FLOWI_FLAG_RT_NOCACHE and associated code.David S. Miller1-1/+1
2012-07-17net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}()David S. Miller2-2/+2
2012-07-16ipv6: Add helper inet6_csk_update_pmtu().David S. Miller1-31/+4
2012-07-16ipv4: Add helper inet_csk_update_pmtu().David S. Miller1-9/+2
2012-07-12net: Remove checks for dst_ops->redirect being NULL.David S. Miller2-2/+2
2012-07-12ipv6: Add redirect support to all protocol icmp error handlers.David S. Miller1-0/+7
2012-07-11ipv4: Add redirect support to all protocol icmp error handlers.David S. Miller1-0/+11
2012-07-10net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings11-5/+31
2012-07-05dccp: remove unnecessary codes in ipv6.cRongQing.Li1-16/+5
2012-06-22ipv4: tcp: dont cache output dst for syncookiesEric Dumazet1-1/+1
2012-06-15ipv6: Handle PMTU in ICMP error handlers.David S. Miller1-0/+2
2012-05-17net: include/net/sock.h cleanupEric Dumazet1-2/+2
2012-04-20net: Convert all sysctl registrations to register_net_sysctlEric W. Biederman1-8/+1