summaryrefslogtreecommitdiffstats
path: root/net/dccp
AgeCommit message (Expand)AuthorLines
2013-03-17tcp: Remove TCPCTChristoph Paasch-6/+4
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-5/+4
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGao feng-2/+2
2013-02-18net: proc: change proc_net_fops_create to proc_createGao feng-1/+1
2013-01-11net/dccp: remove depends on CONFIG_EXPERIMENTALKees Cook-2/+2
2013-01-11net/dccp/ccids: remove depends on CONFIG_EXPERIMENTALKees Cook-3/+2
2012-12-14inet: Fix kmemleak in tcp_v4/6_syn_recv_sock and dccp_v4/6_request_recv_sockChristoph Paasch-3/+4
2012-11-03tcp: better retrans tracking for defer-acceptEric Dumazet-2/+1
2012-08-15dccp: fix info leak via getsockopt(DCCP_SOCKOPT_CCID_TX_INFO)Mathias Krause-0/+1
2012-08-15dccp: check ccid before dereferencingMathias Krause-2/+2
2012-07-23ipv4: Prepare for change of rt->rt_iif encoding.David S. Miller-1/+1
2012-07-20ipv4: Kill FLOWI_FLAG_RT_NOCACHE and associated code.David S. Miller-1/+1
2012-07-17net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}()David S. Miller-2/+2
2012-07-16ipv6: Add helper inet6_csk_update_pmtu().David S. Miller-31/+4
2012-07-16ipv4: Add helper inet_csk_update_pmtu().David S. Miller-9/+2
2012-07-12net: Remove checks for dst_ops->redirect being NULL.David S. Miller-2/+2
2012-07-12ipv6: Add redirect support to all protocol icmp error handlers.David S. Miller-0/+7
2012-07-11ipv4: Add redirect support to all protocol icmp error handlers.David S. Miller-0/+11
2012-07-10net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings-5/+31
2012-07-05dccp: remove unnecessary codes in ipv6.cRongQing.Li-16/+5
2012-06-22ipv4: tcp: dont cache output dst for syncookiesEric Dumazet-1/+1
2012-06-15ipv6: Handle PMTU in ICMP error handlers.David S. Miller-0/+2
2012-05-17net: include/net/sock.h cleanupEric Dumazet-2/+2
2012-04-20net: Convert all sysctl registrations to register_net_sysctlEric W. Biederman-8/+1
2012-04-20net: Move all of the network sysctls without a namespace into init_net.Eric W. Biederman-2/+2
2012-04-19ipv6: dccp: dont drop packet but consume itEric Dumazet-1/+1
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet-15/+15
2012-04-14inet: makes syn_ack_timeout mandatoryEric Dumazet-0/+7
2012-03-03dccp: fix bug in sequence number validation during connection setupSamuel Jero-18/+26
2012-03-03dccp ccid-3: replace incorrect BUG_ONGerrit Renker-2/+1
2012-01-11inet_diag: Rename inet_diag_req into inet_diag_req_v2Pavel Emelyanov-2/+2
2011-12-19module_param: make bool parameters really bool (net & drivers/net)Rusty Russell-7/+7
2011-12-19net: fix assignment of 0/1 to bool variables.Rusty Russell-9/+9
2011-12-16sock_diag: Fix module netlink aliasesPavel Emelyanov-1/+1
2011-12-11net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet-2/+2
2011-12-09inet_diag: Generalize inet_diag dump and get_exact callsPavel Emelyanov-1/+14
2011-12-09inet_diag: Remove indirect sizeof from inet diag handlersPavel Emelyanov-1/+0
2011-12-06inet_diag: Switch from _GETSOCK to IPPROTO_ numbersPavel Emelyanov-2/+2
2011-12-06inet_diag: Partly rename inet_ to sock_Pavel Emelyanov-1/+1
2011-12-01dccp: Fix compile warning in probe code.David S. Miller-2/+12
2011-12-01dccp: Evaluate ip_hdr() only once in dccp_v4_route_skb().David S. Miller-2/+3
2011-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+1
2011-11-22net: remove ipv6_addr_copy()Alexey Dobriyan-23/+23
2011-11-21dccp: fix error propagation in dccp_v4_connectRongQing.Li-0/+1
2011-11-08net: rename sk_clone to sk_clone_lockEric Dumazet-1/+1
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-0/+3
2011-11-03net: add missing bh_unlock_sock() callsEric Dumazet-0/+1
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker-0/+2
2011-10-31net: add moduleparam.h for users of module_param/MODULE_PARM_DESCPaul Gortmaker-0/+1
2011-10-27ipv6: tcp: fix TCLASS value in ACK messages sent from TIME_WAITEric Dumazet-2/+2