aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2005-09-28[ATM]: net/atm/ioctl.c: autoload pppoatm and br2684Roman Kagan1-8/+26
2005-09-28[TCP]: Fix init_cwnd calculations in tcp_select_initial_window()David S. Miller1-5/+6
2005-09-27[APPLETALK]: Fix broadcast bug.Oliver Dawid1-9/+22
2005-09-27[NET]: Slightly optimize ethernet address comparison.David S. Miller1-10/+21
2005-09-27[ROSE]: fix typo (regeistration)Alexey Dobriyan1-1/+1
2005-09-27[ROSE]: check rose_ndevs earlierAlexey Dobriyan1-9/+11
2005-09-27[ROSE]: return sane -E* from rose_proto_init()Alexey Dobriyan1-4/+6
2005-09-27[ROSE]: do proto_unregister() on exit pathsAlexey Dobriyan1-0/+2
2005-09-27[NET]: Fix module reference counts for loadable protocol modulesFrank Filz2-13/+20
2005-09-27[NET]: Prefetch dev->qdisc_lock in dev_queue_xmit()Eric Dumazet1-0/+2
2005-09-27[NET]: Use non-recursive algorithm in skb_copy_datagram_iovec()Daniel Phillips1-55/+26
2005-09-27[NEIGH]: Add debugging check when adding timers.David S. Miller1-9/+14
2005-09-26Merge master.kernel.org:/pub/scm/linux/kernel/git/acme/llc-2.6David S. Miller18-604/+806
2005-09-26[NETFILTER]: Fix invalid module autoloading by splitting iptable_natHarald Welte4-34/+35
2005-09-26[AF_PACKET]: Remove bogus checks added to packet_sendmsg().David S. Miller1-6/+0
2005-09-26[IPV6]: Fix [Bug 5306] Oops on IPv6 route lookupHerbert Xu1-0/+2
2005-09-26[NET]: Make sure ctl buffer is aligned properly in sys_sendmsg().Alex Williamson1-1/+3
2005-09-24[NETFILTER] ip_conntrack: Update event cache when status changesHarald Welte3-1/+4
2005-09-24[IRDA]: *irttp cleanupAlexey Dobriyan1-11/+4
2005-09-24[IRDA]: Fix memory leak in irttp_init()Alexey Dobriyan1-0/+1
2005-09-24[NET]: Protect neigh_stat_seq_fops by CONFIG_PROC_FSAmos Waterland1-0/+2
2005-09-24[NETFILTER]: Fix ip[6]t_NFQUEUE Kconfig dependencyHarald Welte4-2/+24
2005-09-23SUNRPC: fix bug in patch "portmapper doesn't need a reserved port"Chuck Lever1-6/+7
2005-09-23Revert "[PATCH] RPC,NFS: new rpc_pipefs patch"Trond Myklebust3-133/+197
2005-09-23[PATCH] RPC,NFS: new rpc_pipefs patchChristoph Hellwig3-197/+133
2005-09-23[PATCH] RPC: rationalize set_buffer_sizeChuck Lever2-23/+17
2005-09-23[PATCH] RPC: parametrize various transport connect timeoutsChuck Lever3-6/+69
2005-09-23[PATCH] RPC: make sure to get the same local port number when reconnectingChuck Lever1-12/+53
2005-09-23[PATCH] RPC: allow RPC client's port range to be adjustableChuck Lever2-15/+37
2005-09-23[PATCH] RPC: clean up after nocong was removedChuck Lever2-12/+19
2005-09-23[PATCH] RPC: remove xprt->nocongChuck Lever1-2/+0
2005-09-23[PATCH] RPC: add a release_rqst callout to the RPC transport switchChuck Lever2-1/+14
2005-09-23[PATCH] RPC: add generic interface for adjusting the congestion windowChuck Lever2-48/+31
2005-09-23[PATCH] RPC: separate xprt_timer implementationsChuck Lever2-25/+32
2005-09-23[PATCH] RPC: expose API for serializing access to RPC transportsChuck Lever2-14/+65
2005-09-23[PATCH] RPC: expose API for serializing access to RPC transportsChuck Lever2-12/+54
2005-09-23[PATCH] RPC: add API to set transport-specific timeoutsChuck Lever2-22/+47
2005-09-23[PATCH] RPC: get rid of xprt->streamChuck Lever2-12/+19
2005-09-23[PATCH] RPC: skip over transport-specific heads automaticallyChuck Lever3-14/+21
2005-09-23[PATCH] RPC: separate TCP and UDP socket write pathsChuck Lever1-87/+128
2005-09-23[PATCH] RPC: separate TCP and UDP transport connection logicChuck Lever1-73/+91
2005-09-23[PATCH] RPC: separate TCP and UDP write space callbacksChuck Lever2-31/+87
2005-09-23[PATCH] RPC: client-side transport switch cleanupChuck Lever3-20/+20
2005-09-23[PATCH] RPC: Add helper for waking tasks pending on a transportChuck Lever2-7/+18
2005-09-23[PATCH] RPC: Eliminate socket.h includes in RPC clientChuck Lever8-11/+0
2005-09-23[PATCH] RPC: rename the sockstate fieldChuck Lever2-11/+9
2005-09-23[PATCH] RPC: Rename xprt_lockChuck Lever1-5/+5
2005-09-23[PATCH] RPC: Rename sock_lockChuck Lever2-33/+33
2005-09-23[PATCH] RPC: Reduce stack utilization in xs_sendpagesChuck Lever1-30/+43
2005-09-23[PATCH] RPC: transport switch function namingChuck Lever2-301/+310
2005-09-23[PATCH] RPC: introduce client-side transport switchChuck Lever6-977/+1070
2005-09-23[PATCH] RPC: extract socket logic common to both client and serverChuck Lever5-143/+176
2005-09-23[PATCH] RPC: portmapper doesn't need a reserved portChuck Lever1-0/+1
2005-09-23[PATCH] NFS: use a constant value for TCP retransmit timeoutsChuck Lever1-2/+2
2005-09-23[PATCH] RPC: proper soft timeout behavior for rpcbindChuck Lever1-20/+77
2005-09-23[PATCH] RPC: Report connection errors properly when mounting with "soft"Chuck Lever1-9/+18
2005-09-22[SCTP]: Fix SCTP_SHUTDOWN notifications.Sridhar Samudrala1-11/+11
2005-09-22[NETFILTER] Fix conntrack event cache deadlock/oopsHarald Welte5-28/+28
2005-09-22[NETFILTER] Fix sparse endian warnings in pptp helperAlexey Dobriyan1-6/+8
2005-09-22[NETFILTER] fix DEBUG statement in PPTP helperHarald Welte1-1/+1
2005-09-22[BRIDGE]: TSO fix in br_dev_queue_push_xmitVlad Drukker1-1/+2
2005-09-22[TCP]: Adjust Reno SACK estimate in tcp_fragmentHerbert Xu1-0/+9
2005-09-22[PATCH] ieee80211: in-tree driver updates to sync with latest ieee80211 seriesJames Ketrenos6-17/+29
2005-09-22[PATCH] ieee80211: Added handle_deauth() callback, enhanced tkip/ccmp support...James Ketrenos4-32/+93
2005-09-22[PATCH] ieee80211: Added subsystem version string and reporting via MODULE_VE...James Ketrenos1-6/+18
2005-09-22[LLC]: fix llc_ui_recvmsg, making it behave like tcp_recvmsgArnaldo Carvalho de Melo4-36/+153
2005-09-22[LLC]: Fix the accept pathArnaldo Carvalho de Melo6-92/+130
2005-09-22[LLC]: Fix sparse warningsArnaldo Carvalho de Melo5-13/+6
2005-09-22[TR]: Set correct frame type for SNAP packetsJochen Friedrich1-1/+1
2005-09-22[LLC]: Fix llc_fixup_skb() bugJochen Friedrich1-2/+6
2005-09-22[LLC]: Fix for Bugzilla ticket #5157Jochen Friedrich1-2/+2
2005-09-22[LLC]: Fix for Bugzilla ticket #5156Jochen Friedrich2-0/+8
2005-09-22[LLC]: Use refcounting with struct llc_sapArnaldo Carvalho de Melo7-46/+41
2005-09-22[LLC]: Do better struct sock accounting on skbsArnaldo Carvalho de Melo4-12/+14
2005-09-22[LLC]: Use sk_wait_dataArnaldo Carvalho de Melo1-19/+23
2005-09-22[LLC]: Use some more likely/unlikelyArnaldo Carvalho de Melo6-47/+42
2005-09-22[LLC]: Add sysctl support for the LLC timeoutsArnaldo Carvalho de Melo6-25/+195
2005-09-22[LLC]: Use the sk_wait_event primitiveArnaldo Carvalho de Melo1-38/+27
2005-09-22[LLC]: Convert llc_ui_wait_for_ functions to use prepare_to_wait/finish_waitArnaldo Carvalho de Melo1-80/+67
2005-09-22[LLC]: Remove unused functions from llc_c_ev.cArnaldo Carvalho de Melo1-24/+1
2005-09-22[LLC]: Use const in llc_c_ev.cArnaldo Carvalho de Melo1-66/+68
2005-09-22[LLC]: Help the compiler with likely/unlikely, saving some more bytesArnaldo Carvalho de Melo3-25/+26
2005-09-22[LLC]: Mark llc_find_next_offset as __init, saving some more bytesArnaldo Carvalho de Melo1-4/+4
2005-09-22[LLC]: Update comments for llc_ui_bind and llc_ui_autobind to match new behav...Arnaldo Carvalho de Melo1-18/+7
2005-09-22[LLC]: Remove unneeded temp net_device variablesArnaldo Carvalho de Melo1-9/+5
2005-09-22[LLC]: introduce llc_conn_tmr_common_cb, to avoid code duplicationArnaldo Carvalho de Melo1-38/+10
2005-09-22[LLC]: Remove unneeded f_bit variablesArnaldo Carvalho de Melo1-14/+7
2005-09-22[LLC]: Simplify llc_c_ac code, removing unneeded assignments to variablesArnaldo Carvalho de Melo1-8/+2
2005-09-22[LLC]: Make llc_frame_alloc take a net_device as an argumentArnaldo Carvalho de Melo4-74/+50
2005-09-21[PATCH] ieee82011: Remove WIRELESS_EXT ifdefsJames Ketrenos2-25/+0
2005-09-21[PATCH] ieee80211: Updated copyright datesJames Ketrenos4-4/+4
2005-09-21[PATCH] ieee80211: Keep auth mode unchanged after iwconfig key off/on cycleJames Ketrenos1-5/+9
2005-09-21[PATCH] ieee80211: Mixed PTK/GTK CCMP/TKIP supportJames Ketrenos3-5/+15
2005-09-21[PATCH] ieee80211: Type-o, capbility definition for QoS, and ERP parsingJames Ketrenos1-1/+24
2005-09-21[PATCH] ieee80211: Added ieee80211_geo to provide helper functionsJames Ketrenos2-1/+143
2005-09-21[PATCH] ieee80211: Add QoS (WME) support to the ieee80211 subsystemJames Ketrenos2-21/+318
2005-09-21[PATCH] ieee80211: Return NETDEV_TX_BUSY when QoS buffer fullJames Ketrenos1-0/+12
2005-09-21[PATCH] ieee80211: Fix TKIP, repeated fragmentation problem, and payload_size...James Ketrenos6-74/+98
2005-09-21[PATCH] ieee82011: Added ieee80211_tx_frame to convert generic 802.11 data fr...James Ketrenos2-15/+107
2005-09-21[PATCH] ieee80211: adds support for the creation of RTS packetsJames Ketrenos2-3/+39
2005-09-21[PATCH] ieee80211: Renamed ieee80211_hdr to ieee80211_hdr_3addrJames Ketrenos4-37/+39
2005-09-21[PATCH] ieee82011: Added WE-18 support to default wireless extension handlerJames Ketrenos1-8/+230
2005-09-21[PATCH] ieee80211: Allow drivers to fix an issue when using wpa_supplicant wi...James Ketrenos1-4/+3
2005-09-21[PATCH] ieee80211: Fix kernel Oops when module unloadJames Ketrenos2-6/+29
2005-09-21[PATCH] ieee80211: Fix time calculation, switching to use jiffies_to_msecsJames Ketrenos1-6/+7
2005-09-21[PATCH] ieee80211: Hardware crypto and fragmentation offload supportJames Ketrenos2-27/+50
2005-09-21[PATCH] ieee80211: Fixed a kernel oops on module unloadJames Ketrenos7-37/+38
2005-09-21Merge /spare/repo/linux-2.6/Jeff Garzik48-1335/+3037
2005-09-21[TCP]: Set default congestion control correctly for incoming connections.Stephen Hemminger1-1/+1
2005-09-21[FIB_TRIE]: message cleanupStephen Hemminger1-12/+3
2005-09-21[AF_PACKET]: Allow for > 8 byte hardware addresses.Eric W. Biederman1-17/+48
2005-09-19Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds20-490/+1897
2005-09-19[PATCH] raw_sendmsg DoS on 2.6Mark J Cox2-2/+2
2005-09-19[TCP]: Handle SACK'd packets properly in tcp_fragment().Herbert Xu1-3/+7
2005-09-19[8021Q]: Add endian annotations.Alexey Dobriyan1-1/+1
2005-09-19[NETFILTER]: Export ip_nat_port_{nfattr_to_range,range_to_nfattr}Harald Welte1-0/+2
2005-09-19[NETFILTER]: Rename misnamed functionPatrick McHardy3-5/+5
2005-09-19[NETFILTER] ip6tables: remove duplicate codeYasuyuki Kozakai7-464/+91
2005-09-19[NETFILTER]: Add new PPTP conntrack and NAT helperHarald Welte6-0/+1774
2005-09-19[IPV4]: fib_trie RCU refinementsRobert Olsson1-11/+10
2005-09-19[IPV4]: fib_trie tnode stats refinementsRobert Olsson1-6/+7
2005-09-18[NETFILTER]: Solve Kconfig dependency problemHarald Welte1-3/+1
2005-09-18[IPV6]: Check connect(2) status for IPv6 UDP socket (Re: xfrm_lookup)Mitsuru KANDA1-2/+8
2005-09-18[DCCP]: Introduce CCID getsockopt for the CCIDsArnaldo Carvalho de Melo3-6/+98
2005-09-18[DCCP]: Don't use necessarily the same CCID for tx and rxArnaldo Carvalho de Melo2-3/+4
2005-09-18[CCID3]: Introduce include/linux/tfrc.hArnaldo Carvalho de Melo1-10/+13
2005-09-18[DCCP]: Move the ack vector code to net/dccp/ackvec.[ch]Arnaldo Carvalho de Melo9-622/+607
2005-09-17[NETFILTER] move nfnetlink options to right location in kconfig menuHarald Welte1-2/+1
2005-09-17[NETFILTER] Fix Kconfig dependencies for nfnetlink/ctnetlinkHarald Welte1-6/+10
2005-09-16[NETFILTER]: Fix oops in conntrack event cacheHarald Welte1-1/+4
2005-09-16[NETFILTER] CLUSTERIP: use a bitmap to store node responsibility dataKOVACS Krisztian1-82/+61
2005-09-16[NETFILTER] CLUSTERIP: introduce reference counting for entriesKOVACS Krisztian1-18/+62
2005-09-16[DCCP]: Introduce DCCP_SOCKOPT_SERVICEArnaldo Carvalho de Melo5-19/+125
2005-09-16[DCCP]: More precisely set reset_code when sending RESET packetsArnaldo Carvalho de Melo2-14/+18
2005-09-16[NET]: Do not leak MSG_CMSG_COMPAT into userspace.David S. Miller1-1/+2
2005-09-16[PATCH] ieee80211 Switched to sscanf in store_debug_levelJames Ketrenos1-20/+6
2005-09-16[PATCH] ieee80211 Cleanup memcpy parameters.James Ketrenos1-8/+8
2005-09-16[PATCH] ieee80211 Removed ieee80211_info_element_hdrJames Ketrenos1-5/+5
2005-09-16[PATCH] Changed 802.11 headers to use ieee80211_info_element[0]James Ketrenos1-2/+2
2005-09-16[PATCH] ieee80211 Added wireless spy supportJames Ketrenos5-67/+78
2005-09-16[PATCH] ieee80211 quality scaling algorithm extension handlerJames Ketrenos1-10/+30
2005-09-16[PATCH] Fixed some endian issues with 802.11 header usage in ieee80211_rx.cJames Ketrenos1-17/+26
2005-09-14[IPV6]: Fix per-socket multicast filtering in sk_reuse caseDavid L Stevens1-3/+2
2005-09-14[IPVS]: ip_vs_ftp breaks connections using persistenceJulian Anastasov3-17/+60
2005-09-14[IPVS]: Really invalidate persistent templatesJulian Anastasov1-1/+1
2005-09-14[BRIDGE-NF]: Fix iptables redirect on bridge interfaceBart De Schuymer1-3/+5
2005-09-14[MCAST]: Fix MCAST_EXCLUDE line dupesDenis Lukianov2-2/+2
2005-09-14[TCP]: Compute in_sacked properly when we split up a TSO frame.Herbert Xu2-7/+11
2005-09-13Merge master.kernel.org:/pub/scm/linux/kernel/git/acme/net-2.6 David S. Miller1-1/+8
2005-09-13[DCCP]: Handle SYNC packets in dccp_rcv_state_processArnaldo Carvalho de Melo1-0/+6
2005-09-13[DCCP]: Check if already in the CLOSING state in dccp_rcv_closereqArnaldo Carvalho de Melo1-1/+2
2005-09-13Merge master.kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6 David S. Miller2-5/+58
2005-09-13[NETFILTER]: Fix DHCP + MASQUERADE problemPatrick McHardy1-0/+6
2005-09-13[NETFILTER]: Fix rcu race in ipt_REDIRECTPatrick McHardy1-6/+10
2005-09-13[NETFILTER]: Simplify netbios helperPatrick McHardy1-12/+7
2005-09-13[NETFILTER]: Use correct type for "ports" module parameterPatrick McHardy3-9/+9
2005-09-13[PATCH] Code cleanups in calbacks in svcsockNeil Brown1-44/+39
2005-09-13[Bluetooth] Prevent RFCOMM connections through the RAW socketMarcel Holtmann1-5/+25
2005-09-13[Bluetooth] Add support for extended inquiry responsesMarcel Holtmann1-0/+33
2005-09-12[NETROM]: Introduct stuct nr_privateRalf Baechle2-7/+7
2005-09-12[NETROM]: Implement G8PZT Circuit reset for NET/ROMRalf Baechle4-14/+41
2005-09-12[ROSE]: ROSE has no ARPRalf Baechle1-1/+1
2005-09-12[NETROM]: NET/ROM has no ARPRalf Baechle1-1/+1
2005-09-12[NETROM] NET/ROM has no txqueueRalf Baechle1-1/+0
2005-09-12[AX.25]: Reformat ax25_proto_ops initializationRalf Baechle1-18/+18
2005-09-12[AX.25/ROSE]: Whitespace formatting changesRalf Baechle2-4/+4
2005-09-12[NETROM/AX.25/ROSE]: Remove useless testsRalf Baechle3-11/+3
2005-09-12[NETROM]: statistics fixRalf Baechle1-1/+1
2005-09-12[NETROM]: Fix rebuild header messRalf Baechle1-29/+15
2005-09-12[AX.25]: Rename ax25_encapsulate to ax25_hard_headerRalf Baechle2-4/+4
2005-09-12[CCID3]: Listen socks doesn't have a private CCID blockArnaldo Carvalho de Melo1-0/+8
2005-09-12[NET]: fix-up schedule_timeout() usageNishanth Aravamudan4-20/+11
2005-09-10[TCP]: Fix double adjustment of tp->{lost,left}_out in tcp_fragment().Herbert Xu1-5/+0
2005-09-10[IPV6]: Bring Type 0 routing header in-line with rfc3542.Brian Haley2-9/+8
2005-09-10Merge master.kernel.org:/pub/scm/linux/kernel/git/acme/net-2.6 David S. Miller4-105/+70
2005-09-09[CCID3] Cleanup ccid3 debug callsArnaldo Carvalho de Melo1-97/+67
2005-09-09[DCCP] Only call the HC _exit() routines in dccp_v4_destroy_sockArnaldo Carvalho de Melo2-7/+0
2005-09-09[CCID3] Initialize ccid3hctx_t_ipi to 250msArnaldo Carvalho de Melo2-1/+3
2005-09-09Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 Linus Torvalds10-555/+554
2005-09-09[PATCH] more SPIN_LOCK_UNLOCKED -> DEFINE_SPINLOCK conversionsIngo Molnar2-3/+3
2005-09-09[PATCH] timer initialization cleanup: DEFINE_TIMERIngo Molnar9-13/+9
2005-09-09[PATCH] files: lock-free fd look-upDipankar Sarma2-0/+2
2005-09-09[IPV4] fib_trie: fix proc interfaceStephen Hemminger2-432/+385
2005-09-09Merge master.kernel.org:/pub/scm/linux/kernel/git/acme/net-2.6 David S. Miller8-123/+169
2005-09-09[CCID3] Introduce ccid3_hc_[rt]x_sk() for overal consistencyArnaldo Carvalho de Melo2-45/+37
2005-09-09[DCCP] Introduce dccp_timestampArnaldo Carvalho de Melo8-39/+60
2005-09-09[CCID3] Initialize more fields in ccid3_hc_rx_initArnaldo Carvalho de Melo1-5/+3
2005-09-09[CCID3] Make the ccid3hcrx_rtt calc look more like the ccid3hctx_rtt oneArnaldo Carvalho de Melo1-4/+18
2005-09-09[CCID3] Use ELAPSED_TIME in the HC TX RTT estimationArnaldo Carvalho de Melo1-3/+7
2005-09-09[DCCP] Give precedence to the biggest ELAPSED_TIMEArnaldo Carvalho de Melo1-16/+18
2005-09-09[CCID3] Calculate ccid3hcrx_x_recv using usecs_divArnaldo Carvalho de Melo1-5/+2
2005-09-09[CCID] Only call the HC insert_options methods when requestedArnaldo Carvalho de Melo2-4/+12
2005-09-09[CCID3] Avoid unsigned integer overflows in usecs_divArnaldo Carvalho de Melo1-3/+13
2005-09-08Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 Linus Torvalds21-162/+557
2005-09-08[XFRM]: Always release dst_entry on error in xfrm_lookupPatrick McHardy9-48/+18
2005-09-08[TCP]: Fix off by one in tcp_fragment() "already sent" test.Herbert Xu1-1/+1
2005-09-08[IPV6]: Don't redo xfrm_lookup for cached dst entriesPatrick McHardy1-3/+4
2005-09-08Merge branch 'upstream' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzi...Linus Torvalds1-1/+0
2005-09-08Kconfig: IEEE80211 should not depend on NET_RADIOJeff Garzik1-1/+0
2005-09-08[AX.25]: Make asc2ax() thread-proofRalf Baechle2-17/+14