summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* [NET]: The scheduled removal of the frame diverter.Adrian Bunk2006-12-026-610/+4
* [DCCPv6]: Choose a genuine initial sequence numberGerrit Renker2006-12-023-20/+23
* [DCCP]: Remove redundant statements in init_sequence (ISS)Gerrit Renker2006-12-022-17/+8
* [DCCP]: Remove forward declarations in timer.cGerrit Renker2006-12-021-57/+53
* [DCCP]: Introduce a consistent naming scheme for sysctlsGerrit Renker2006-12-025-33/+32
* [DCCP]: Add sysctls to control retransmission behaviourGerrit Renker2006-12-025-13/+47
* [DCCP]: Increment sequence numbers on retransmitted Response packetsGerrit Renker2006-12-022-7/+13
* [DCCP]: Update comments on precisely which packets can be retransmittedGerrit Renker2006-12-021-4/+6
* [DECNET]: Fix build regressions.David S. Miller2006-12-022-8/+2
* [TCP] htcp: Better packing of struct htcp.David S. Miller2006-12-021-2/+2
* [IPv6]: Only modify checksum for UDPBrian Haley2006-12-022-3/+1
* [IPv6] rules: Remove bogus tos validation checkThomas Graf2006-12-021-2/+1
* [NETLINK]: Do precise netlink message allocations where possibleThomas Graf2006-12-0217-101/+225
* [TCP]: Remove dead code in init_sequenceGerrit Renker2006-12-022-15/+8
* [DCCP]: Support for partial checksums (RFC 4340, sec. 9.2)Gerrit Renker2006-12-025-97/+150
* [IPV6]: Per-interface statistics support.YOSHIFUJI Hideaki2006-12-0211-105/+176
* [IPV6]: Introduce ip6_dst_idev() to get inet6_dev{} stored in dst_entry{}.YOSHIFUJI Hideaki2006-12-022-2/+2
* [IPV6] ROUTE: Use &rt->u.dst instead of cast.YOSHIFUJI Hideaki2006-12-022-4/+4
* [IPV6] ROUTE: Use macros to format /proc/net/ipv6_route.YOSHIFUJI Hideaki2006-12-021-24/+13
* [DCCP]: Update code comments for Step 2/3Gerrit Renker2006-12-024-51/+68
* [DCCP]: tidy up dccp_v{4,6}_conn_requestGerrit Renker2006-12-024-22/+16
* [DCCP]: Fix logfile overflowIan McDonald2006-12-022-3/+7
* [DCCP]: Fix DCCP Probe TypoIan McDonald2006-12-021-1/+1
* [DCCPv6]: remove forward declarations in ipv6.cGerrit Renker2006-12-021-195/+190
* [DCCPv4]: remove forward declarations in ipv4.cGerrit Renker2006-12-021-134/+132
* [DCCP]: calling dccp_v{4,6}_reqsk_send_ack is a BUGGerrit Renker2006-12-024-103/+14
* [DCCP] timewait: Remove leftover extern declarationsArnaldo Carvalho de Melo2006-12-021-2/+0
* [DCCP]: Simplify jump labels in dccp_v{4,6}_rcvGerrit Renker2006-12-022-23/+14
* [DCCP]: Combine allocating & zeroing header space on skbGerrit Renker2006-12-023-24/+7
* [DCCPv6]: Add a FIXME for missing IPV6_PKTOPTIONSGerrit Renker2006-12-021-2/+6
* [DCCP]: set safe upper bound for option lengthGerrit Renker2006-12-021-6/+12
* [TCP]: Don't set SKB owner in tcp_transmit_skb().David S. Miller2006-12-025-9/+6
* [TCP]: Allow autoloading of congestion control via setsockopt.Stephen Hemminger2006-12-021-1/+11
* [TCP]: Restrict congestion control choices.Stephen Hemminger2006-12-022-0/+115
* [TCP]: Add tcp_available_congestion_control sysctl.Stephen Hemminger2006-12-022-0/+40
* [SCTP]: Fix warningVlad Yasevich2006-12-021-0/+7
* [IPV6] tcp: Fix typo _read_mostly --> __read_mostly.David S. Miller2006-12-021-1/+1
* [DCCP]: Fix typo _read_mostly --> __read_mostly.David S. Miller2006-12-021-1/+1
* [NET]: Size listen hash tables using backlog hintEric Dumazet2006-12-027-20/+35
* [PKT_SCHED]: Make sch_fifo.o available when CONFIG_NET_SCHED is not set.David Kimdon2006-12-022-1/+6
* [NET] rules: Add support to invert selectorsThomas Graf2006-12-021-7/+17
* [NET] rules: Share common attribute validation policyThomas Graf2006-12-023-15/+3
* [NET] rules: Protocol independant mark selectorThomas Graf2006-12-024-88/+29
* [IPV4] nl_fib_lookup: Rename fl_fwmark to fl_markThomas Graf2006-12-021-1/+1
* [NET]: Rethink mark field in struct flowiThomas Graf2006-12-0212-112/+24
* [NET]: Turn nfmark into generic markThomas Graf2006-12-0227-66/+57
* [DECNET]: Don't clear memory twice.Ralf Baechle2006-12-021-1/+0
* [XFRM]: uninline xfrm_selector_match()Andrew Morton2006-12-021-0/+34
* [BLUETOOTH] lockdep: annotate sk_lock nesting in AF_BLUETOOTHPeter Zijlstra2006-12-022-5/+5
* SELinux: Fix SA selection semanticsVenkat Yekkirala2006-12-021-1/+2