aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds3-55/+29
2006-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds1-1/+1
2006-01-04Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6Linus Torvalds2-2/+3
2006-01-04[PATCH] net: swich device attribute creation to default attrsKay Sievers1-47/+21
2006-01-04[PATCH] driver core: replace "hotplug" by "uevent"Kay Sievers3-8/+8
2006-01-04[TCP] tcp_vegas: Fix slow startThomas Young1-0/+4
2006-01-04[NET]: More instruction checks fornet/core/filter.cKris Katterjohn1-32/+80
2006-01-04[NETFILTER]: Use macro for spinlock_t/rwlock_t initializations/definition.YOSHIFUJI Hideaki3-4/+4
2006-01-04[IPV6]: Use macro for rwlock_t initialization.YOSHIFUJI Hideaki1-1/+1
2006-01-04[ECONET]: Use macro for spinlock_t definition.YOSHIFUJI Hideaki1-1/+1
2006-01-04[IPVS]: Add missing include <linux/net.h>Arnaldo Carvalho de Melo1-0/+1
2006-01-04[TCP]: syn_flood_warning is only needed if CONFIG_SYN_COOKIES is selectedArnaldo Carvalho de Melo1-0/+2
2006-01-04[DCCP] ackvec: use u8 for the buf offsetsArnaldo Carvalho de Melo2-16/+23
2006-01-04[DCCP] ackvec: Fix spelling of "throw"Andrea Bittau1-3/+3
2006-01-03[TCP]: less inline'sStephen Hemminger4-35/+171
2006-01-03[IEEE80211] ipw2200: Simplify multicast checks.Stephen Hemminger1-3/+2
2006-01-03[IPV4] fib_trie: build fixStephen Hemminger1-0/+1
2006-01-03[BRIDGE]: Fix faulty check in br_stp_recalculate_bridge_id()Stephen Hemminger1-1/+1
2006-01-03[DCCP]: Notify CCID only after ACK vectors have been processed.Andrea Bittau1-3/+3
2006-01-03[DCCP]: Send an ACK vector when ACKing a response packetAndrea Bittau1-0/+6
2006-01-03[DCCP]: Do not process a packet twice when it's not in state DCCP_OPEN.Andrea Bittau1-22/+34
2006-01-03[DECNET]: Only use local routersPatrick Caulfield1-5/+8
2006-01-03[IPVS]: Cleanup IP_VS_DBG statements.Roberto Nibali4-14/+17
2006-01-03[NET]: Add a dev_ioctl() fallback to sock_ioctl()Christoph Hellwig17-40/+27
2006-01-03[NETROM]: Remove unessecary lock_sock calls in netrom_ioctl()Christoph Hellwig1-5/+5
2006-01-03[NETLINK] genetlink: fix cmd type in genl_ops to be consistent to u8Per Liden1-1/+1
2006-01-03[AF_UNIX]: Convert to use a spinlock instead of rwlockBenjamin LaHaise1-1/+1
2006-01-03[NET]: Speed up __alloc_skb()Benjamin LaHaise1-14/+13
2006-01-03[INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.hArnaldo Carvalho de Melo56-2/+78
2006-01-03[SOCK]: Introduce sk_receive_skbArnaldo Carvalho de Melo3-53/+4
2006-01-03[NET]: restructure sock_aio_{read,write} / sock_{readv,writev}Christoph Hellwig1-114/+110
2006-01-03[NET]: Fix sock_init() return value.David S. Miller2-5/+2
2006-01-03[PKTGEN]: Deinitialise static variables.Jaco Kroon1-3/+3
2006-01-03[NET]: move struct proto_ops to constEric Dumazet29-59/+59
2006-01-03[NET]: Small cleanup to socket initializationAndi Kleen1-5/+5
2006-01-03[SCTP]: Add support for SCTP_DELAYED_ACK_TIME socket option.Frank Filz1-0/+184
2006-01-03[SCTP]: Update SCTP_PEER_ADDR_PARAMS socket option to the latest api draft.Frank Filz7-200/+523
2006-01-03[IPV4] fib_trie: Add credits.Robert Olsson1-0/+7
2006-01-03[TCP] cubic: use Newton-RaphsonStephen Hemminger1-54/+39
2006-01-03[TCP] cubic: precompute constantsStephen Hemminger1-76/+57
2006-01-03[PKT_SCHED] netem: packet corruption optionStephen Hemminger1-3/+46
2006-01-03[BRIDGE]: add version numberStephen Hemminger2-0/+3
2006-01-03[BRIDGE]: limited ethtool supportStephen Hemminger3-3/+67
2006-01-03[BRIDGE]: filter packets in learning stateStephen Hemminger1-4/+7
2006-01-03[BRIDGE]: handle speed detection after carrier changesStephen Hemminger3-22/+44
2006-01-03[BRIDGE]: allow setting hardware address of bridge pseudo-devStephen Hemminger3-4/+28
2006-01-03[AF_UNIX]: Use spinlock for unix_table_lockDavid S. Miller2-19/+19
2006-01-03[IP_SOCKGLUE]: Remove most of the tcp specific callsArnaldo Carvalho de Melo15-76/+89
2006-01-03[INET6]: Generalise tcp_v6_hash_connectArnaldo Carvalho de Melo3-344/+183
2006-01-03[INET]: Generalise tcp_v4_hash_connectArnaldo Carvalho de Melo3-331/+180