summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [NETFILTER]: Use macro for spinlock_t/rwlock_t initializations/definition.YOSHIFUJI Hideaki2006-01-043-4/+4
* [IPV6]: Use macro for rwlock_t initialization.YOSHIFUJI Hideaki2006-01-041-1/+1
* [ECONET]: Use macro for spinlock_t definition.YOSHIFUJI Hideaki2006-01-041-1/+1
* [IPVS]: Add missing include <linux/net.h>Arnaldo Carvalho de Melo2006-01-041-0/+1
* [TCP]: syn_flood_warning is only needed if CONFIG_SYN_COOKIES is selectedArnaldo Carvalho de Melo2006-01-041-0/+2
* [DCCP] ackvec: use u8 for the buf offsetsArnaldo Carvalho de Melo2006-01-042-16/+23
* [DCCP] ackvec: Fix spelling of "throw"Andrea Bittau2006-01-041-3/+3
* [TCP]: less inline'sStephen Hemminger2006-01-035-201/+198
* [IEEE80211] ipw2200: Simplify multicast checks.Stephen Hemminger2006-01-032-13/+7
* [NET]: Don't exclude broadcast addresses from is_multicast_ether_addr()Stephen Hemminger2006-01-031-1/+2
* [IPV4] fib_trie: build fixStephen Hemminger2006-01-031-0/+1
* [BRIDGE]: Fix faulty check in br_stp_recalculate_bridge_id()Stephen Hemminger2006-01-031-1/+1
* [DCCP]: Notify CCID only after ACK vectors have been processed.Andrea Bittau2006-01-031-3/+3
* [DCCP]: Send an ACK vector when ACKing a response packetAndrea Bittau2006-01-031-0/+6
* [DCCP]: Do not process a packet twice when it's not in state DCCP_OPEN.Andrea Bittau2006-01-031-22/+34
* [DECNET]: Only use local routersPatrick Caulfield2006-01-031-5/+8
* [IPVS]: Cleanup IP_VS_DBG statements.Roberto Nibali2006-01-034-14/+17
* [TG3]: fixup tot_len calculationAlexey Dobriyan2006-01-031-1/+1
* [NET]: Add a dev_ioctl() fallback to sock_ioctl()Christoph Hellwig2006-01-0317-40/+27
* [NETROM]: Remove unessecary lock_sock calls in netrom_ioctl()Christoph Hellwig2006-01-031-5/+5
* [NETLINK] genetlink: fix cmd type in genl_ops to be consistent to u8Per Liden2006-01-032-2/+2
* [AF_UNIX]: Convert to use a spinlock instead of rwlockBenjamin LaHaise2006-01-032-6/+6
* [NET]: Speed up __alloc_skb()Benjamin LaHaise2006-01-032-15/+14
* [PPPOX]: Fix assignment into const proto_ops.David S. Miller2006-01-033-14/+8
* [TCP]: Don't use __constant_htonl for a non const argArnaldo Carvalho de Melo2006-01-031-5/+5
* [INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.hArnaldo Carvalho de Melo2006-01-0387-184/+355
* [SOCK]: Introduce sk_receive_skbArnaldo Carvalho de Melo2006-01-035-73/+29
* [NET]: restructure sock_aio_{read,write} / sock_{readv,writev}Christoph Hellwig2006-01-031-114/+110
* [NET]: Fix sock_init() return value.David S. Miller2006-01-032-5/+2
* [PKTGEN]: Deinitialise static variables.Jaco Kroon2006-01-031-3/+3
* [NET]: move struct proto_ops to constEric Dumazet2006-01-0333-66/+66
* [NET]: Small cleanup to socket initializationAndi Kleen2006-01-034-11/+5
* [SCTP]: Add support for SCTP_DELAYED_ACK_TIME socket option.Frank Filz2006-01-032-0/+198
* [SCTP]: Update SCTP_PEER_ADDR_PARAMS socket option to the latest api draft.Frank Filz2006-01-039-220/+595
* [IPV4] fib_trie: Add credits.Robert Olsson2006-01-031-0/+7
* [TCP] cubic: use Newton-RaphsonStephen Hemminger2006-01-031-54/+39
* [TCP] cubic: precompute constantsStephen Hemminger2006-01-031-76/+57
* [FLS64]: x86_64 versionStephen Hemminger2006-01-031-1/+27
* [FLS64]: generic versionStephen Hemminger2006-01-0324-1/+33
* [PKT_SCHED] netem: packet corruption optionStephen Hemminger2006-01-032-3/+53
* [BRIDGE]: add version numberStephen Hemminger2006-01-032-0/+3
* [BRIDGE]: limited ethtool supportStephen Hemminger2006-01-033-3/+67
* [BRIDGE]: filter packets in learning stateStephen Hemminger2006-01-031-4/+7
* [BRIDGE]: handle speed detection after carrier changesStephen Hemminger2006-01-033-22/+44
* [BRIDGE]: allow setting hardware address of bridge pseudo-devStephen Hemminger2006-01-033-4/+28
* [AF_UNIX]: Use spinlock for unix_table_lockDavid S. Miller2006-01-033-20/+20
* [IP_SOCKGLUE]: Remove most of the tcp specific callsArnaldo Carvalho de Melo2006-01-0320-83/+97
* [TCP]: Move the TCPF_ enum to tcp_states.hArnaldo Carvalho de Melo2006-01-032-16/+16
* [INET6]: Generalise tcp_v6_hash_connectArnaldo Carvalho de Melo2006-01-036-348/+190
* [INET]: Generalise tcp_v4_hash_connectArnaldo Carvalho de Melo2006-01-036-336/+186
OpenPOWER on IntegriCloud