aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2006-07-12[NET]: fix __sk_stream_mem_reclaimIan McDonald1-9/+7
2006-07-12[Bluetooth] Fix deadlock in the L2CAP layerMarcel Holtmann1-9/+9
2006-07-12[Bluetooth] Let BT_HIDP depend on INPUTMarcel Holtmann1-2/+1
2006-07-12[Bluetooth] Remaining transitions to use kzalloc()Marcel Holtmann7-25/+16
2006-07-12[IPV4]: Fix error handling for fib_insert_node callHerbert Xu1-1/+1
2006-07-12[NETROM] lockdep: fix false positiveRalf Baechle1-0/+9
2006-07-12[ROSE] lockdep: fix false positiveRalf Baechle1-0/+9
2006-07-12[AX.25]: Optimize AX.25 socket list lockRalf Baechle3-13/+13
2006-07-12[IPCOMP]: Fix truesize after decompressionHerbert Xu2-2/+4
2006-07-12[IPV6]: Use ipv6_addr_src_scope for link address sorting.YOSHIFUJI Hideaki1-1/+2
2006-07-12[TCP] tcp_highspeed: Fix AI updates.Xiaoliang (David) Wei1-4/+9
2006-07-12[MAINTAINERS]: Add proper entry for TC classifierStephen Hemminger1-2/+0
2006-07-12[NETROM]: Drop lock before calling nr_destroy_socketRalf Baechle1-1/+1
2006-07-12[NETROM]: Fix locking order when establishing a NETROM circuit.Ralf Baechle1-6/+6
2006-07-12[AX.25]: Fix locking of ax25 protocol function list.Ralf Baechle1-9/+9
2006-07-12[IPV6]: order addresses by scopeBrian Haley1-3/+21
2006-07-10[DCCP]: Fix sparse warnings.Alan Cox1-2/+2
2006-07-10[TCP]: Remove TCP CompoundDavid S. Miller3-459/+0
2006-07-10[IPV4] inetpeer: Get rid of volatile from peer_totalHerbert Xu1-1/+1
2006-07-10[AX.25]: Get rid of the last volatile.Ralf Baechle1-1/+1
2006-07-09[AX.25]: Use kzallocRalf Baechle4-10/+4
2006-07-09[ATM] net/atm/clip.c: fix PROC_FS=n compileAdrian Bunk1-4/+9
2006-07-09[PKT_SCHED]: act_api: Fix module leak while flushing actionsThomas Graf1-1/+1
2006-07-08[NET]: Fix IPv4/DECnet routing rule dumpingPatrick McHardy2-3/+4
2006-07-08[NET] gso: Fix up GSO packets with broken checksumsHerbert Xu5-32/+166
2006-07-08[NET] gso: Add skb_is_gsoHerbert Xu6-8/+8
2006-07-08[ATM]: fix possible recursive locking in skb_migrate()Arjan van de Ven1-6/+11
2006-07-07[NET]: Fix network device interface printk message priorityStephen Hemminger1-3/+3
2006-07-05Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-8/+10
2006-07-05[PKT_SCHED]: Fix error handling while dumping actionsThomas Graf1-2/+4
2006-07-05[PKT_SCHED]: Return ENOENT if action module is unavailableThomas Graf1-0/+1
2006-07-05[PKT_SCHED]: Fix illegal memory dereferences when dumping actionsThomas Graf1-6/+5
2006-07-05Merge git://git.linux-nfs.org/pub/linux/nfs-2.6Linus Torvalds1-2/+1
2006-07-05[PATCH] softmac: fix build-break from 881ee6999d66c8fc903b429b73bbe6045b38c549John W. Linville1-2/+2
2006-07-05[PATCH] CONFIG_WIRELESS_EXT is neccessary after allHorms1-0/+2
2006-07-05[PATCH] SoftMAC: Add network to ieee80211softmac_call_events when associate t...Joseph Jezak1-2/+4
2006-07-05[PATCH] SoftMAC: Prevent multiple authentication attempts on the same networkJoseph Jezak3-9/+56
2006-07-05[PATCH] 2.6.17 missing a call to ieee80211softmac_capabilities from ieee80211...Larry Finger1-0/+3
2006-07-05[PATCH] skb used after passing to netif_rx in net/ieee80211/ieee80211_rx.cEric Sesterhenn1-1/+1
2006-07-05[PATCH] ieee80211: fix not allocating IV+ICV space when usingencryption in ie...Hong Liu1-4/+11
2006-07-05This fixes a panic doing the first READDIR or READDIRPLUS call when:Trond Myklebust1-2/+1
2006-07-03[Bluetooth] Add RFCOMM role switch supportMarcel Holtmann1-0/+5
2006-07-03[Bluetooth] Allow disabling of credit based flow controlMarcel Holtmann1-5/+13
2006-07-03[Bluetooth] Small cleanup of the L2CAP source codeMarcel Holtmann1-180/+177
2006-07-03[Bluetooth] Use real devices for host controllersMarcel Holtmann6-97/+75
2006-07-03[Bluetooth] Add platform device for virtual and serial devicesMarcel Holtmann2-8/+51
2006-07-03[Bluetooth] Add automatic sniff mode supportMarcel Holtmann5-48/+368
2006-07-03[Bluetooth] Correct SCO buffer size on requestMarcel Holtmann1-3/+11
2006-07-03[BRIDGE]: br_dump_ifinfo index fixAndrey Savochkin1-1/+2
2006-07-03[NET]: add+use poison definesRandy Dunlap2-2/+4
2006-07-03[IPV6]: Fix ipv6 GSO payload lengthMichael Chan1-1/+2
2006-07-03[TIPC] Fixed sk_buff panic caused by tipc_link_bundle_buf (REVISED)Allan Stephens2-1/+6
2006-07-03[NET]: Verify gso_type too in gso_segmentHerbert Xu3-4/+31
2006-07-03[ROSE]: Try all routes when establishing a ROSE connections.Ralf Baechle1-1/+6
2006-07-03[NETROM]: Use socket helpers instead of direct fiddling with struct sockRalf Baechle DL5RB1-2/+2
2006-07-03[AX.25]: Reference counting for AX.25 routes.Ralf Baechle DL5RB2-49/+23
2006-07-03[ROSE]: Fix dereference of skb pointer after free.Ralf Baechle1-1/+4
2006-07-03[AF_UNIX]: datagram getpeersec fixAndrew Morton1-1/+1
2006-07-03[PATCH] lockdep: annotate sk_locksIngo Molnar1-9/+88
2006-07-03[PATCH] lockdep: annotate vlan net device as being a special classArjan van de Ven1-0/+11
2006-07-03[PATCH] lockdep: annotate sunrpc codeArjan van de Ven1-4/+4
2006-07-03[PATCH] lockdep: annotate bh_lock_sock()Ingo Molnar1-1/+1
2006-07-03[PATCH] lockdep: annotate af_unix lockingIngo Molnar1-1/+11
2006-07-03[PATCH] lockdep: annotate sock_lock_init()Ingo Molnar1-0/+16
2006-07-03[PATCH] lockdep: annotate skb_queue_head_initIngo Molnar1-0/+7
2006-07-03[PATCH] lockdep: fix RT_HASH_LOCK_SZIngo Molnar1-9/+14
2006-07-03[PATCH] lockdep: prove spinlock rwlock locking correctnessIngo Molnar1-1/+2
2006-07-03[PATCH] lockdep: locking init debugging improvementIngo Molnar2-2/+2
2006-07-03[PATCH] bcm43xx: netlink deadlock fixArjan van de Ven1-4/+4
2006-06-30Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds13-33/+91
2006-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds304-307/+4
2006-06-30[IPV6]: Added GSO support for TCPv6Herbert Xu5-12/+6
2006-06-30[NET]: Generalise TSO-specific bits from skb_setup_capsHerbert Xu3-7/+6
2006-06-30[IPV6]: Added GSO support for TCPv6Herbert Xu4-2/+66
2006-06-30[IPV6]: Remove redundant length check on inputHerbert Xu1-6/+1
2006-06-30[NETFILTER]: SCTP conntrack: fix crash triggered by packet without chunksPatrick McHardy2-2/+2
2006-06-30[TCP]: Reset gso_segs if packet is dodgyHerbert Xu1-4/+10
2006-06-30[PATCH] knfsd: svcrpc: gss: server-side implementation of rpcsec_gss privacyJ. Bruce Fields2-7/+148
2006-06-30[PATCH] knfsd: nfsd: mark rqstp to prevent use of sendfile in privacy caseJ. Bruce Fields1-0/+2
2006-06-30[PATCH] knfsd: svcrpc: Simplify nfsd rpcsec_gss integrity codeJ. Bruce Fields1-51/+64
2006-06-30[PATCH] knfsd: svcrpc: gss: simplify rsc_parse()J. Bruce Fields2-11/+7
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel303-303/+0
2006-06-30Kconfig: Typos in net/sched/KconfigMatt LaPlante1-4/+4
2006-06-29[TIPC]: Initial activation message now includes TIPC version numberAllan Stephens1-1/+2
2006-06-29[TIPC]: Improve response to requests for node/link informationAllan Stephens2-11/+19
2006-06-29[TIPC]: Fixed skb_under_panic caused by tipc_link_bundle_bufAllan Stephens1-5/+6
2006-06-29[IrDA]: Fix RCU lock pairing on error pathJosh Triplett1-1/+2
2006-06-29[XFRM]: unexport xfrm_state_mtuAdrian Bunk1-2/+0
2006-06-29[NET]: make skb_release_data() staticAdrian Bunk1-1/+1
2006-06-29[NETFILTE] ipv4: Fix typo (Bugzilla #6753)Matt LaPlante1-1/+1
2006-06-29[ATM]: basic sysfs support for ATM devicesRoman Kagan6-5/+206
2006-06-29[NET]: Add ECN support for TSOMichael Chan3-8/+0
2006-06-29[AF_UNIX]: Datagram getpeersecCatherine Zhang2-0/+38
2006-06-29[NET]: Make illegal_highdma more analHerbert Xu1-4/+2
2006-06-29[TCP]: Export accept queue len of a TCP listening socket via rx_queueSridhar Samudrala3-3/+8
2006-06-29[NETLINK]: Encapsulate eff_cap usage within security framework.Darrel Goeddel7-7/+7
2006-06-29[NET]: Added GSO header verificationHerbert Xu6-19/+40
2006-06-29[NETFILTER]: statistic match: add missing Kconfig help textPatrick McHardy1-1/+4
2006-06-29[NETFILTER]: ip_queue/nfnetlink_queue: drop bridge port references when dev d...Patrick McHardy2-4/+20
2006-06-29[NETFILTER]: xt_sctp: fix --chunk-types matchingJorge Matias1-1/+1
2006-06-29[NETFILTER]: xt_tcpudp: fix double unregistration in error pathYuri Gushin1-1/+1
2006-06-29[NETFILTER]: nf_conntrack: Fix undefined references to local_bh_*Yasuyuki Kozakai2-0/+3
2006-06-29[NETFILTER]: x_tables: fix xt_register_table error propagationPatrick McHardy3-3/+6
2006-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6Linus Torvalds3-4/+1
2006-06-28[PATCH] remove TTY_DONT_FLIPPaul Fulghum1-6/+2
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-26[PATCH] devfs: Rename TTY_DRIVER_NO_DEVFS to TTY_DRIVER_DYNAMIC_DEVGreg Kroah-Hartman1-1/+1
2006-06-26[PATCH] devfs: Remove the tty_driver devfs_name field as it's no longer neededGreg Kroah-Hartman2-2/+0
2006-06-26[PATCH] devfs: Remove the devfs_fs_kernel.h file from the treeGreg Kroah-Hartman1-1/+0
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