aboutsummaryrefslogtreecommitdiff
path: root/net/dccp
AgeCommit message (Expand)Author
2014-02-16dccp: re-enable debug macroGerrit Renker
2014-01-13ipv4: introduce hardened ip_no_pmtu_disc modeHannes Frederic Sowa
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-01-04dccp: make local variable staticstephen hemminger
2014-01-04dccp: remove obsolete codestephen hemminger
2013-12-19dccp: catch failed request_module call in dccp_probe initWang Weidong
2013-12-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2013-12-18ipv6: support IPV6_PMTU_INTERFACE on socketsHannes Frederic Sowa
2013-12-10ipv6: do not erase dst address with flow label destinationFlorent Fourcot
2013-12-06net: Remove FLOWI_FLAG_CAN_SLEEPSteffen Klassert
2013-11-05ipv4: introduce new IP_MTU_DISCOVER mode IP_PMTUDISC_INTERFACEHannes Frederic Sowa
2013-10-19net: dccp: Remove extern from function prototypesJoe Perches
2013-10-10inet: rename ir_loc_port to ir_numEric Dumazet
2013-10-10inet: includes a sock_common in request_sockEric Dumazet
2013-10-09ipv6: make lookups simpler and fasterEric Dumazet
2013-10-08tcp/dccp: remove twchainEric Dumazet
2013-09-18net:dccp: do not report ICMP redirects to user spaceDuan Jiong
2013-07-24net: add sk_stream_is_writeable() helperEric Dumazet
2013-03-17tcp: Remove TCPCTChristoph Paasch
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGao feng
2013-02-18net: proc: change proc_net_fops_create to proc_createGao feng
2013-01-11net/dccp: remove depends on CONFIG_EXPERIMENTALKees Cook
2013-01-11net/dccp/ccids: remove depends on CONFIG_EXPERIMENTALKees Cook
2012-12-14inet: Fix kmemleak in tcp_v4/6_syn_recv_sock and dccp_v4/6_request_recv_sockChristoph Paasch
2012-11-03tcp: better retrans tracking for defer-acceptEric Dumazet
2012-08-15dccp: fix info leak via getsockopt(DCCP_SOCKOPT_CCID_TX_INFO)Mathias Krause
2012-08-15dccp: check ccid before dereferencingMathias Krause
2012-07-23ipv4: Prepare for change of rt->rt_iif encoding.David S. Miller
2012-07-20ipv4: Kill FLOWI_FLAG_RT_NOCACHE and associated code.David S. Miller
2012-07-17net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}()David S. Miller
2012-07-16ipv6: Add helper inet6_csk_update_pmtu().David S. Miller
2012-07-16ipv4: Add helper inet_csk_update_pmtu().David S. Miller
2012-07-12net: Remove checks for dst_ops->redirect being NULL.David S. Miller
2012-07-12ipv6: Add redirect support to all protocol icmp error handlers.David S. Miller
2012-07-11ipv4: Add redirect support to all protocol icmp error handlers.David S. Miller
2012-07-10net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings
2012-07-05dccp: remove unnecessary codes in ipv6.cRongQing.Li
2012-06-22ipv4: tcp: dont cache output dst for syncookiesEric Dumazet
2012-06-15ipv6: Handle PMTU in ICMP error handlers.David S. Miller
2012-05-17net: include/net/sock.h cleanupEric Dumazet
2012-04-20net: Convert all sysctl registrations to register_net_sysctlEric W. Biederman
2012-04-20net: Move all of the network sysctls without a namespace into init_net.Eric W. Biederman
2012-04-19ipv6: dccp: dont drop packet but consume itEric Dumazet
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet
2012-04-14inet: makes syn_ack_timeout mandatoryEric Dumazet
2012-03-03dccp: fix bug in sequence number validation during connection setupSamuel Jero
2012-03-03dccp ccid-3: replace incorrect BUG_ONGerrit Renker
2012-01-11inet_diag: Rename inet_diag_req into inet_diag_req_v2Pavel Emelyanov
2011-12-19module_param: make bool parameters really bool (net & drivers/net)Rusty Russell