summaryrefslogtreecommitdiffstats
path: root/net/dccp
Commit message (Expand)AuthorAgeFilesLines
* dccp: fix info leak via getsockopt(DCCP_SOCKOPT_CCID_TX_INFO)Mathias Krause2012-08-151-0/+1
* dccp: check ccid before dereferencingMathias Krause2012-08-151-2/+2
* ipv4: Prepare for change of rt->rt_iif encoding.David S. Miller2012-07-231-1/+1
* ipv4: Kill FLOWI_FLAG_RT_NOCACHE and associated code.David S. Miller2012-07-201-1/+1
* net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}()David S. Miller2012-07-172-2/+2
* ipv6: Add helper inet6_csk_update_pmtu().David S. Miller2012-07-161-31/+4
* ipv4: Add helper inet_csk_update_pmtu().David S. Miller2012-07-161-9/+2
* net: Remove checks for dst_ops->redirect being NULL.David S. Miller2012-07-122-2/+2
* ipv6: Add redirect support to all protocol icmp error handlers.David S. Miller2012-07-121-0/+7
* ipv4: Add redirect support to all protocol icmp error handlers.David S. Miller2012-07-111-0/+11
* net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings2012-07-1011-5/+31
* dccp: remove unnecessary codes in ipv6.cRongQing.Li2012-07-051-16/+5
* ipv4: tcp: dont cache output dst for syncookiesEric Dumazet2012-06-221-1/+1
* ipv6: Handle PMTU in ICMP error handlers.David S. Miller2012-06-151-0/+2
* net: include/net/sock.h cleanupEric Dumazet2012-05-171-2/+2
* net: Convert all sysctl registrations to register_net_sysctlEric W. Biederman2012-04-201-8/+1
* net: Move all of the network sysctls without a namespace into init_net.Eric W. Biederman2012-04-201-2/+2
* ipv6: dccp: dont drop packet but consume itEric Dumazet2012-04-191-1/+1
* net: cleanup unsigned to unsigned intEric Dumazet2012-04-153-15/+15
* inet: makes syn_ack_timeout mandatoryEric Dumazet2012-04-142-0/+7
* dccp: fix bug in sequence number validation during connection setupSamuel Jero2012-03-034-18/+26
* dccp ccid-3: replace incorrect BUG_ONGerrit Renker2012-03-031-2/+1
* inet_diag: Rename inet_diag_req into inet_diag_req_v2Pavel Emelyanov2012-01-111-2/+2
* module_param: make bool parameters really bool (net & drivers/net)Rusty Russell2011-12-196-7/+7
* net: fix assignment of 0/1 to bool variables.Rusty Russell2011-12-192-9/+9
* sock_diag: Fix module netlink aliasesPavel Emelyanov2011-12-161-1/+1
* net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet2011-12-112-2/+2
* inet_diag: Generalize inet_diag dump and get_exact callsPavel Emelyanov2011-12-091-1/+14
* inet_diag: Remove indirect sizeof from inet diag handlersPavel Emelyanov2011-12-091-1/+0
* inet_diag: Switch from _GETSOCK to IPPROTO_ numbersPavel Emelyanov2011-12-061-2/+2
* inet_diag: Partly rename inet_ to sock_Pavel Emelyanov2011-12-061-1/+1
* dccp: Fix compile warning in probe code.David S. Miller2011-12-011-2/+12
* dccp: Evaluate ip_hdr() only once in dccp_v4_route_skb().David S. Miller2011-12-011-2/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-11-261-0/+1
|\
| * dccp: fix error propagation in dccp_v4_connectRongQing.Li2011-11-211-0/+1
* | net: remove ipv6_addr_copy()Alexey Dobriyan2011-11-222-23/+23
* | net: rename sk_clone to sk_clone_lockEric Dumazet2011-11-081-1/+1
|/
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-063-0/+3
|\
| * net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker2011-10-312-0/+2
| * net: add moduleparam.h for users of module_param/MODULE_PARM_DESCPaul Gortmaker2011-10-311-0/+1
* | net: add missing bh_unlock_sock() callsEric Dumazet2011-11-031-0/+1
* | ipv6: tcp: fix TCLASS value in ACK messages sent from TIME_WAITEric Dumazet2011-10-271-2/+2
|/
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-08-072-7/+3
|\
| * net: Compute protocol sequence numbers and fragment IDs using MD5.David S. Miller2011-08-062-7/+3
* | dccp ccid-2: check Ack Ratio when reducing cwndSamuel Jero2011-08-011-3/+23
* | dccp ccid-2: increment cwnd correctlySamuel Jero2011-08-011-1/+1
* | dccp ccid-2: prevent cwnd > Sequence WindowSamuel Jero2011-08-012-15/+41
* | dccp ccid-2: use feature-negotiation to report Ack Ratio changesGerrit Renker2011-08-012-2/+9
* | dccp: send Confirm options only onceSamuel Jero2011-08-011-5/+16
* | dccp: support for exchanging of NN options in established state 2/2Gerrit Renker2011-08-011-0/+116