aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
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
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