Update to 3.4-final.
[linux-flexiantxendom0-3.2.10.git] / net / dccp /
2012-03-03 Samuel Jerodccp: fix bug in sequence number validation during...
2012-03-03 Gerrit Renkerdccp ccid-3: replace incorrect BUG_ON
2012-01-11 Pavel Emelyanovinet_diag: Rename inet_diag_req into inet_diag_req_v2
2011-12-20 Rusty Russellmodule_param: make bool parameters really bool (net...
2011-12-20 Rusty Russellnet: fix assignment of 0/1 to bool variables.
2011-12-16 Pavel Emelyanovsock_diag: Fix module netlink aliases
2011-12-11 Eric Dumazetnet: use IS_ENABLED(CONFIG_IPV6)
2011-12-09 Pavel Emelyanovinet_diag: Generalize inet_diag dump and get_exact...
2011-12-09 Pavel Emelyanovinet_diag: Remove indirect sizeof from inet diag handlers
2011-12-06 Pavel Emelyanovinet_diag: Switch from _GETSOCK to IPPROTO_ numbers
2011-12-06 Pavel Emelyanovinet_diag: Partly rename inet_ to sock_
2011-12-01 David S. Millerdccp: Fix compile warning in probe code.
2011-12-01 David S. Millerdccp: Evaluate ip_hdr() only once in dccp_v4_route_skb().
2011-11-26 David S. MillerMerge git://git./linux/kernel/git/davem/net
2011-11-22 Alexey Dobriyannet: remove ipv6_addr_copy()
2011-11-21 RongQing.Lidccp: fix error propagation in dccp_v4_connect
2011-11-08 Eric Dumazetnet: rename sk_clone to sk_clone_lock
2011-11-07 Linus TorvaldsMerge branch 'modsplit-Oct31_2011' of git://git./linux...
2011-11-03 Eric Dumazetnet: add missing bh_unlock_sock() calls
2011-10-31 Paul Gortmakernet: Add export.h for EXPORT_SYMBOL/THIS_MODULE to...
2011-10-31 Paul Gortmakernet: add moduleparam.h for users of module_param/MODULE...
2011-10-27 Eric Dumazetipv6: tcp: fix TCLASS value in ACK messages sent from...
2011-08-08 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net
2011-08-07 David S. Millernet: Compute protocol sequence numbers and fragment...
2011-08-01 Samuel Jerodccp ccid-2: check Ack Ratio when reducing cwnd
2011-08-01 Samuel Jerodccp ccid-2: increment cwnd correctly
2011-08-01 Samuel Jerodccp ccid-2: prevent cwnd > Sequence Window
2011-08-01 Gerrit Renkerdccp ccid-2: use feature-negotiation to report Ack...
2011-08-01 Samuel Jerodccp: send Confirm options only once
2011-08-01 Gerrit Renkerdccp: support for exchanging of NN options in establish...
2011-08-01 Gerrit Renkerdccp: support for the exchange of NN options in establi...
2011-07-04 Gerrit Renkerdccp ccid-2: Perform congestion-window validation
2011-07-04 Gerrit Renkerdccp ccid-2: Use existing function to test for data...
2011-07-04 Gerrit Renkerdccp ccid-2: move rfc 3390 function into header file
2011-07-04 Gerrit Renkerdccp: cosmetics of info message
2011-07-04 Gerrit Renkerdccp: combine the functionality of enqeueing and cloning
2011-07-04 Gerrit Renkerdccp: Clean up slow-path input processing
2011-06-10 Jeff Mahoney- x86: Remove warning and warning_symbol from struct
2011-05-18 David S. Milleripv4: Make caller provide flowi4 key to inet_csk_route_...
2011-05-11 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-3.6
2011-05-08 David S. Millerinet: Pass flowi to ->queue_xmit().
2011-05-08 David S. Milleripv4: Use inet_csk_route_child_sock() in DCCP and TCP.
2011-05-08 David S. Millerdccp: Use cork flow in dccp_v4_connect()
2011-05-06 Dan Rosenbergdccp: handle invalid feature options length
2011-05-04 David S. Millerdccp: Use flowi4->saddr in dccp_v4_connect()
2011-04-29 David S. Milleripv4: Get route daddr from flow key in dccp_v4_connect().
2011-04-28 Eric Dumazetinet: add RCU protection to inet->opt
2011-04-27 David S. Milleripv4: Sanitize and simplify ip_route_{connect,newports}()
2011-04-22 Eric Dumazetinet: constify ip headers and in6_addr
2011-03-31 Lucas De MarchiFix common misspellings
2011-03-12 David S. Millernet: Put fl6_* macros to struct flowi6 and use them...
2011-03-12 David S. Milleripv6: Convert to use flowi6 where applicable.
2011-03-12 David S. Millernet: Put fl4_* macros to struct flowi4 and use them...
2011-03-12 David S. Milleripv4: Use flowi4 in public route lookup interfaces.
2011-03-12 David S. Millernet: Make flowi ports AF dependent.
2011-03-12 David S. Millernet: Put flowi_* prefix on AF independent members of...
2011-03-04 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2011-03-02 David S. Milleripv4: Make output route lookup return rtable directly.
2011-03-02 Gerrit Renkerdccp: fix oops on Reset after close
2011-03-01 David S. Milleripv4: Kill can_sleep arg to ip_route_output_flow()
2011-03-01 David S. Milleripv4: Make final arg to ip_route_output_flow to be...
2011-03-01 David S. Milleripv4: Can final ip_route_connect() arg to boolean ...
2011-03-01 David S. Milleripv6: Consolidate route lookup sequences.
2011-02-25 Hagen Paul Pfeiferdccp: newdp is declared/assigned but never be used
2011-02-24 David S. Milleripv4: Rearrange how ip_route_newports() gets port keys.
2011-02-03 David S. Millertcp: Increase the initial congestion window to 10.
2011-01-13 Linus TorvaldsMerge branch 'for-next' of git://git./linux/kernel...
2011-01-07 Gerrit Renkerdccp: make upper bound for seq_window consistent on...
2011-01-07 Samuel Jerodccp: fix bug in updating the GSR
2011-01-07 Samuel Jerodccp: fix return value for sequence-invalid packets
2010-12-22 Jiri KosinaMerge branch 'master' into for-next
2010-12-10 Shan Weidccp: remove unused macros
2010-12-08 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2010-12-07 Tomasz Grobelnydccp qpolicy: Parameter checking of cmsg qpolicy parameters
2010-12-07 Tomasz Grobelnydccp: Policy-based packet dequeueing infrastructure
2010-12-06 Jeff Mahoney- Fixed corrupted -rc4 patch.
2010-11-28 Gerrit Renkerdccp: fix error in updating the GAR
2010-11-18 Gerrit Renkerdccp ccid-2: whitespace fix-up
2010-11-17 Changli Gaonet: use the macros defined for the members of flowi
2010-11-15 Michael WittenDocs/Kconfig: Update: osdl.org -> linuxfoundation.org
2010-11-15 Gerrit Renkerdccp ccid-2: Separate option parsing from CCID processing
2010-11-15 Gerrit Renkerdccp ccid-2: Remove old infrastructure
2010-11-15 Gerrit Renkerdccp ccid-2: Schedule Sync as out-of-band mechanism
2010-11-15 Gerrit Renkerdccp ccid-2: Consolidate Ack-Vector processing within...
2010-11-15 Gerrit Renkerdccp ccid-2: Update code for the Ack Vector input/regis...
2010-11-15 Gerrit Renkerdccp ccid-2: Algorithm to update buffer state
2010-11-10 Gerrit Renkerdccp ccid-2: Implementation of circular Ack Vector...
2010-11-10 Gerrit Renkerdccp ccid-2: Separate internals of Ack Vectors from...
2010-11-10 Gerrit Renkerdccp ccid-2: Ack Vector interface clean-up
2010-10-28 Gerrit Renkerdccp ccid-2: Stop polling
2010-10-28 Gerrit Renkerdccp: Refine the wait-for-ccid mechanism
2010-10-28 Gerrit Renkerdccp: Extend CCID packet dequeueing interface
2010-10-28 Gerrit Renkerdccp: Return-value convention of hc_tx_send_packet()
2010-10-23 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-next-2.6
2010-10-21 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2010-10-21 Balazs Scheidlertproxy: fix hash locking issue when using port redirect...
2010-10-15 Arnd Bergmannllseek: automatically add .llseek fop
2010-10-12 Gerrit Renkerdccp: cosmetics - warning format
2010-10-12 Gerrit Renkerdccp: schedule an Ack when receiving timestamps
2010-10-12 Ivo Caladodccp: generalise data-loss condition
next