aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2006-06-27[PATCH] spin/rwlock init cleanupsIngo Molnar14-18/+18
2006-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2-2/+2
2006-06-26Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds26-459/+706
2006-06-26[PATCH] net/rxrpc: use list_move()Akinobu Mita3-6/+3
2006-06-26spelling fixesAndreas Mohr2-2/+2
2006-06-26[NETROM]: Fix possible null pointer dereference.Ralf Baechle1-4/+8
2006-06-26[NET] netpoll: break recursive loop in netpoll rx pathNeil Horman1-2/+24
2006-06-26[NET] netpoll: don't spin forever sending to stopped queuesJeremy Fitzhardinge1-7/+3
2006-06-26[ATM]: atm/mpc.c warning fixAndrew Morton1-2/+1
2006-06-26[NET]: skb_find_text ignores to argumentPhil Oester1-1/+4
2006-06-25[NET]: make net/core/dev.c:netdev_nit staticAdrian Bunk1-1/+1
2006-06-25[NET]: Fix GSO problems in dev_hard_start_xmit()Michael Chan1-0/+3
2006-06-25[NET]: Fix CHECKSUM_HW GSO problems.Herbert Xu1-11/+11
2006-06-25[TIPC]: Fix incorrect correction to discovery timer frequency computation.Allan Stephens1-3/+3
2006-06-25[TIPC]: Get rid of dynamically allocated arrays in broadcast code.Allan Stephens1-24/+17
2006-06-25[TIPC]: Fixed link switchover bugsAllan Stephens3-8/+31
2006-06-25[TIPC]: Enhanced & cleaned up system messages; fixed 2 obscure memory leaks.Allan Stephens13-126/+149
2006-06-25[TIPC]: First phase of assert() cleanupAllan Stephens7-109/+153
2006-06-25[TIPC]: Disallow config operations that aren't supported in certain modes.Allan Stephens1-45/+38
2006-06-25[TIPC]: Fixed memory leak in tipc_link_send() when destination is unreachableAllan Stephens1-1/+5
2006-06-25[TIPC]: Added missing warning for out-of-memory conditionAllan Stephens1-0/+1
2006-06-25[TIPC]: Withdrawing all names from nameless port now returns success, not errorAllan Stephens1-3/+0
2006-06-25[TIPC]: Optimized argument validation done by connect().Allan Stephens1-4/+13
2006-06-25[TIPC]: Simplify code for returning partial success of stream send request.Allan Stephens1-2/+2
2006-06-25[TIPC]: recvmsg() now returns TIPC ancillary data using correct level (SOL_TIPC)Allan Stephens1-3/+3
2006-06-25[TIPC]: Improved performance of error checking during socket creation.Allan Stephens1-6/+3
2006-06-25[TIPC]: Stream socket send indicates partial success if data partially sent.Allan Stephens1-7/+11
2006-06-25[TIPC]: Connected send now checks socket state when retrying congested send.Allan Stephens1-8/+8
2006-06-25[TIPC]: Can now return destination name of form {0,x,y} via ancillary data.Allan Stephens1-2/+6
2006-06-25[TIPC]: Implied connect now saves dest name for retrieval as ancillary data.Allan Stephens1-4/+4
2006-06-25[TIPC]: Fixed connect() to detect a dest address that is missing or too short.Allan Stephens1-1/+1
2006-06-25[TIPC]: Non-operation-affecting corrections to comments & function definitions.Allan Stephens1-5/+7
2006-06-25[TIPC]: Validate entire interface name when locating bearer to enable.Allan Stephens1-3/+2
2006-06-25[TIPC]: Added support for MODULE_VERSION capability.Allan Stephens1-2/+3
2006-06-25[TIPC]: Fix misleading comment in buf_discard() routine.Allan Stephens1-1/+1
2006-06-25[TIPC]: Fixed privilege checking typo in dest_name_check().Allan Stephens1-1/+1
2006-06-25[TIPC] Fix for NULL pointer dereferenceEric Sesterhenn1-1/+3
2006-06-25[TIPC]: Allow compilation when CONFIG_TIPC_DEBUG is not set.Allan Stephens1-5/+14
2006-06-25[TIPC]: Multicast link failure now resets all links to "nacking" node.Allan Stephens2-28/+128
2006-06-25[TIPC]: Links now validate destination node specified by incoming messages.Allan Stephens1-0/+5
2006-06-25[TIPC]: Allow ports to receive multicast messages through native API.Allan Stephens1-10/+16
2006-06-25[TIPC]: Corrected potential misuse of tipc_media_addr structure.Allan Stephens1-1/+3
2006-06-25[TIPC]: Use correct upper bound when validating network zone number.Allan Stephens1-1/+1
2006-06-25[TIPC]: Prevent name table corruption if no room for new publicationAllan Stephens1-9/+9
2006-06-25[TIPC] Improved tolerance to promiscuous mode interfaceJon Maloy1-9/+11
2006-06-25Merge git://git.linux-nfs.org/pub/linux/nfs-2.6Linus Torvalds6-7/+41
2006-06-25[PATCH] Define __raw_get_cpu_var and use itPaul Mackerras1-1/+1
2006-06-25[PATCH] remove for_each_cpu()Andrew Morton1-1/+1
2006-06-24Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Trond Myklebust25-122/+635
2006-06-23Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds16-85/+602
2006-06-23[PATCH] list: use list_replace_init() instead of list_splice_init()Oleg Nesterov2-6/+5
2006-06-23[PATCH] clean up default value of IP_DCCP_ACKVECJean-Luc Leger1-1/+1
2006-06-23[PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells2-6/+7
2006-06-23[NET]: fix net-core kernel-docRandy Dunlap1-2/+2
2006-06-23[IPSEC]: Handle GSO packetsHerbert Xu2-10/+83
2006-06-23[NET]: Added GSO toggleHerbert Xu2-6/+40
2006-06-23[NET]: Add software TSOv4Herbert Xu3-0/+239
2006-06-23[NET]: Add generic segmentation offloadHerbert Xu2-10/+136
2006-06-23[NET]: Merge TSO/UFO fields in sk_buffHerbert Xu8-42/+56
2006-06-23[NET]: Prevent transmission after dev_deactivateHerbert Xu2-6/+12
2006-06-23[IPV6] ADDRCONF: Fix default source address selection without CONFIG_IPV6_PRI...YOSHIFUJI Hideaki1-0/+3
2006-06-23[IPV6]: Fix source address selection.Łukasz Stelmach1-0/+6
2006-06-23[NET]: Avoid allocating skb in skb_padHerbert Xu1-10/+26
2006-06-22Merge branch 'master' into upstreamJeff Garzik5-23/+19
2006-06-20Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Trond Myklebust147-2077/+5674
2006-06-20[ATM]: fix broken uses of NIPQUAD in net/atmAl Viro2-18/+7
2006-06-20[SCTP]: sctp_unpack_cookie() fixAl Viro1-2/+2
2006-06-20Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/linv...Jeff Garzik1-1/+1
2006-06-19[NET]: Prevent multiple qdisc runsHerbert Xu1-2/+9
2006-06-19[NETFILTER]: xt_sctp: fix endless loop caused by 0 chunk lengthPatrick McHardy1-1/+1
2006-06-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds1-0/+1
2006-06-19Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds132-1846/+5268
2006-06-17[ETHTOOL]: Fix UFO typoHerbert Xu1-1/+2
2006-06-17[SCTP]: Fix persistent slowdown in sctp when a gap ack consumes rx buffer.Neil Horman1-1/+9
2006-06-17[SCTP]: Send only 1 window update SACK per message.Tsutomu Fujii1-2/+28
2006-06-17[SCTP]: Don't do CRC32C checksum over loopback.Sridhar Samudrala2-22/+29
2006-06-17[SCTP] Reset rtt_in_progress for the chunk when processing its sack.Vlad Yasevich1-0/+1
2006-06-17[SCTP]: Reject sctp packets with broadcast addresses.Vlad Yasevich4-5/+14
2006-06-17[SCTP]: Limit association max_retrans setting in setsockopt.Vlad Yasevich1-1/+25
2006-06-17[IPV6]: Sum real space for RTAs.YOSHIFUJI Hideaki1-4/+24
2006-06-17[IRDA]: Use put_unaligned() in irlmp_do_discovery().David S. Miller1-1/+5
2006-06-17[BRIDGE]: Add support for NETIF_F_HW_CSUM devicesHerbert Xu2-6/+12
2006-06-17[NET]: Add NETIF_F_GEN_CSUM and NETIF_F_ALL_CSUMHerbert Xu5-19/+8
2006-06-17[TCP]: Add tcp_slow_start_after_idle sysctl.David S. Miller2-1/+13
2006-06-17[TCP] Westwood: reset RTT min after FRTOLuca De Cicco1-2/+16
2006-06-17[TCP] Westwood: bandwidth filter startupLuca De Cicco1-3/+9
2006-06-17[TCP] Westwood: comment fixesLuca De Cicco1-4/+21
2006-06-17[TCP] Westwood: fix first sampleStephen Hemminger1-1/+12
2006-06-17[NET]: net.ipv4.ip_autoconfig sysctl removalStephen Hemminger1-8/+0
2006-06-17[IPX]: Endian bug in ipxrtr_route_packet()Alexey Dobriyan1-1/+1
2006-06-17[NET]: Warn in __skb_trim if skb is pagedHerbert Xu1-5/+2
2006-06-17[NET]: skb_trim auditHerbert Xu2-18/+6
2006-06-17[NET]: Clean up skb_linearizeHerbert Xu5-81/+10
2006-06-17[NET]: Add netif_tx_lockHerbert Xu7-53/+41
2006-06-17[NETFILTER]: hashlimit match: fix random initializationPatrick McHardy1-2/+5
2006-06-17[NETFILTER]: recent match: missing refcnt initializationPatrick McHardy1-0/+1
2006-06-17[NETFILTER]: recent match: fix "sleeping function called from invalid context"Patrick McHardy1-5/+10
2006-06-17[SECMARK]: Add CONNSECMARK xtables targetJames Morris3-0/+167
2006-06-17[SECMARK]: Add secmark support to conntrackJames Morris6-0/+40
2006-06-17[SECMARK]: Add xtables SECMARK targetJames Morris3-0/+166
2006-06-17[SECMARK]: Add secmark support to core networking.James Morris5-1/+12
2006-06-17[NET]: Fix warnings after LSM-IPSEC changes.David S. Miller1-2/+2
2006-06-17[NET]: NET_TCPPROBE Kconfig fixDave Jones1-1/+1
2006-06-17[LSM-IPsec]: SELinux AuthorizeCatherine Zhang2-13/+23
2006-06-17[IPV4] icmp: Kill local 'ip' arg in icmp_redirect().David S. Miller1-3/+2
2006-06-17[IPV4]: Right prototype of __raw_v4_lookup()Alexey Dobriyan1-1/+1
2006-06-17[IPV4] igmp: Fixup struct ip_mc_list::multiaddr typeAlexey Dobriyan1-1/+1
2006-06-17[TCP]: Fix compile warning in tcp_probe.cDavid S. Miller1-1/+3
2006-06-17[TCP]: Limited slow start for Highspeed TCPStephen Hemminger1-3/+21
2006-06-17[TCP]: TCP Probe congestion window tracingStephen Hemminger3-0/+195
2006-06-17[TCP]: Minimum congestion window consolidation.Stephen Hemminger8-46/+21
2006-06-17[TCP]: TCP Compound quad root functionStephen Hemminger1-24/+66
2006-06-17[TCP]: TCP Compound congestion controlAngelo P. Castellani3-0/+418
2006-06-17[TCP]: TCP Veno congestion controlBin Zhou3-0/+251
2006-06-17[TCP]: TCP Low Priority congestion controlWong Hoi Sing Edison3-0/+349
2006-06-17[LLC]: Fix double receive of SKB.Andrew Morton1-1/+0
2006-06-17[NETFILTER]: PPTP helper: fixup gre_keymap_lookup() return typeAlexey Dobriyan1-3/+3
2006-06-17[NETFILTER]: Add SIP connection tracking helperPatrick McHardy4-0/+740
2006-06-17[NETFILTER]: H.323 helper: replace internal_net_addr parameter by routing-bas...Patrick McHardy1-30/+27
2006-06-17[NETFILTER]: H.323 helper: Add support for Call ForwardingJing Min Zhao4-7/+196
2006-06-17[NETFILTER]: amanda helper: convert to textsearch infrastructurePatrick McHardy2-49/+96
2006-06-17[NETFILTER]: FTP helper: search optimizationPatrick McHardy2-68/+86
2006-06-17[NETFILTER]: SNMP helper: fix debug module param typePatrick McHardy1-1/+1
2006-06-17[NETFILTER]: ctnetlink: change table dumping not to require an unique IDPatrick McHardy2-16/+48
2006-06-17[NETFILTER]: ctnetlink: fix NAT configurationPatrick McHardy2-62/+44
2006-06-17[NETFILTER]: conntrack: add fixed timeout flag in connection trackingEric Leblond2-0/+12
2006-06-17[NETFILTER]: conntrack: add sysctl to disable checksummingPatrick McHardy9-8/+32
2006-06-17[NETFILTER]: conntrack: don't call helpers for related ICMP messagesPatrick McHardy3-3/+3
2006-06-17[NETFILTER]: recent match: replace by rewritten versionPatrick McHardy1-891/+377
2006-06-17[NETFILTER]: x_tables: add statistic matchPatrick McHardy3-0/+119
2006-06-17[NETFILTER]: x_tables: add quota matchPatrick McHardy3-0/+107
2006-06-17[NETFILTER]: x_tables: add SCTP/DCCP support where missingPatrick McHardy3-65/+26
2006-06-17[NETFILTER]: x_tables: remove some unnecessary castsPatrick McHardy6-9/+6
2006-06-17[IPSEC] proto: Move transport mode input path into xfrm_mode_transportHerbert Xu8-83/+59
2006-06-17[IPSEC] xfrm: Abstract out encapsulation modesHerbert Xu15-170/+532
2006-06-17[IPSEC] xfrm: Undo afinfo lock proliferationHerbert Xu6-44/+37
2006-06-17[TCP]: tcp_rcv_rtt_measure_ts() call in pure-ACK path is superfluousDavid S. Miller1-2/+0
2006-06-17[BRIDGE]: netlink interface for link managementStephen Hemminger6-2/+214
2006-06-17[BRIDGE]: fix module startup error handlingStephen Hemminger2-9/+22
2006-06-17[BRIDGE]: optimize conditional in forward pathStephen Hemminger1-8/+4
2006-06-17[LLC]: add multicast support for datagramsStephen Hemminger1-8/+51
2006-06-17[LLC]: allow applications to get copy of kernel datagramsStephen Hemminger1-1/+3
2006-06-17[LLC]: use rcu_dereference on receive handlerStephen Hemminger1-2/+5
2006-06-17[LLC]: allow datagram recvmsgStephen Hemminger1-2/+2
2006-06-17[LLC]: use more efficient ether address routinesStephen Hemminger1-2/+0
2006-06-17[I/OAT]: TCP recv offload to I/OATChris Leech4-22/+185
2006-06-17[I/OAT]: Add a sysctl for tuning the I/OAT offloaded I/O thresholdChris Leech2-0/+14
2006-06-17[I/OAT]: Make sk_eat_skb I/OAT aware.Chris Leech3-7/+7
2006-06-17[I/OAT]: Rename cleanup_rbuf to tcp_cleanup_rbuf and make non-staticChris Leech1-5/+5
2006-06-17[I/OAT]: Structure changes for TCP recv offload to I/OATChris Leech1-0/+6
2006-06-17[I/OAT]: Utility functions for offloading sk_buff to iovec copiesChris Leech2-0/+128
2006-06-17[I/OAT]: Setup the networking subsystem as a DMA clientChris Leech1-0/+104
2006-06-17[NET]: Export ip_dev_find()Sean Hefty1-0/+1
2006-06-15[PATCH] wireless: correct dump of WPA IELarry Finger1-1/+1
2006-06-13Merge branch 'master' into upstreamJeff Garzik3-3/+3
2006-06-13Merge branch 'from-linus' into upstreamJohn W. Linville9-46/+17
2006-06-12[IPV4]: Increment ipInHdrErrors when TTL expires.Weidong1-0/+1
2006-06-11[TCP]: continued: reno sacked_out count fixAki M Nyrhinen1-3/+1
2006-06-11[DCCP] Ackvec: fix soft lockup in ackvec handling codeAndrea Bittau1-0/+1
2006-06-09NFS: Display the chosen RPCSEC_GSS security flavour in /proc/mountsTrond Myklebust2-0/+3
2006-06-09RPC: Allow struc xdr_stream to read the page section of an xdr_bufTrond Myklebust1-2/+26
2006-06-09VFS: Unexport do_kern_mount() and clean up simple_pin_fs()Trond Myklebust1-1/+1
2006-06-09SUNRPC: NFS_ROOT always uses the same XIDsChuck Lever1-2/+2
2006-06-09SUNRPC: select privileged port numbers at randomChuck Lever1-2/+9
2006-06-08Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/linv...Jeff Garzik6-109/+125
2006-06-08Merge branch 'master' into upstreamJeff Garzik11-48/+22
2006-06-05[BRIDGE]: fix locking and memory leak in br_add_bridgeJiri Benc1-12/+7
2006-06-05[IRDA]: Missing allocation result check in irlap_change_speed().Florin Malita1-1/+2
2006-06-05[NET]: Eliminate unused /proc/sys/net/ethernetJes Sorensen3-23/+0
2006-06-05[TCP]: Avoid skb_pull if possible when trimming headHerbert Xu ~{PmVHI~}1-7/+5
2006-06-05[PATCH] softmac: unified capabilities computationJoseph Jezak1-32/+53
2006-06-05[PATCH] softmac: Fix handling of authentication failureDaniel Drake2-4/+23
2006-06-05[PATCH] softmac: complete shared key authenticationDaniel Drake4-28/+49
2006-06-05[PATCH] ieee80211softmac_io.c: fix warning "defined but not used"Toralf Förster1-45/+0
2006-06-05Merge branch 'from-linus' into upstreamJohn W. Linville7-19/+30
2006-06-02[TCP] tcp_highspeed: Fix problem observed by Xiaoliang (David) WeiStephen Hemminger1-1/+2
2006-05-28[NETFILTER]: PPTP helper: fix sstate/cstate typoAlexey Dobriyan1-2/+2
2006-05-28[NETFILTER]: mark H.323 helper experimentalPatrick McHardy1-2/+2
2006-05-28[NETFILTER]: Fix small information leak in SO_ORIGINAL_DST (CVE-2006-1343)Marcel Holtmann2-0/+2
2006-05-26Merge branch 'upstream-fixes' into upstreamJeff Garzik2-14/+22
2006-05-26[NET]: dev.c comment fixesStephen Hemminger1-9/+11
2006-05-26[IPV6] ROUTE: Don't try less preferred routes for on-link routes.YOSHIFUJI Hideaki1-5/+11
2006-05-26Merge branch 'from-linus' into upstreamJohn W. Linville9-30/+37
2006-05-24Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/linv...Jeff Garzik6-60/+146
2006-05-24Merge branch 'master' into upstreamJeff Garzik3-17/+23
2006-05-23[BRIDGE]: need to ref count the LLC sapStephen Hemminger1-1/+2
2006-05-23[NETFILTER]: SNMP NAT: fix memleak in snmp_object_decodeChris Wright1-0/+1
2006-05-23[NETFILTER]: H.323 helper: fix sequence extension parsingPatrick McHardy1-1/+1
2006-05-23[NETFILTER]: H.323 helper: fix parser error propagationPatrick McHardy1-15/+19
2006-05-23Merge branch 'master' into upstreamJeff Garzik7-13/+14
2006-05-23Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds6-13/+13
2006-05-23[PATCH] knfsd: Fix two problems that can cause rmmod nfsd to dieNeilBrown1-0/+1
2006-05-22[NETFILTER]: SNMP NAT: fix memory corruptionPatrick McHardy1-8/+7
2006-05-22[IRDA]: fix 16/32 bit confusionAlexey Dobriyan1-1/+2
2006-05-22[NET]: Fix "ntohl(ntohs" bugsAlexey Dobriyan4-4/+4
2006-05-22Merge branch 'from-linus' into upstreamJohn W. Linville18-127/+188
2006-05-20Merge branch 'master' into upstreamJeff Garzik64-389/+554
2006-05-19[SCTP]: Allow linger to abort 1-N style sockets.Vladislav Yasevich1-6/+6
2006-05-19[SCTP]: Validate the parameter length in HB-ACK chunk.Vladislav Yasevich1-0/+6
2006-05-19[SCTP]: A better solution to fix the race between sctp_peeloff() andVladislav Yasevich2-67/+89