aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2006-10-10[PATCH] Finish annotations of struct vlan_ethhdrAlexey Dobriyan1-1/+1
2006-10-10[PATCH] net/sunrpc/auth_gss/svcauth_gss.c endianness regressionAl Viro1-2/+3
2006-10-10[PATCH] strndup() would better take size_t, not intAl Viro1-1/+1
2006-10-10[PATCH] ptrdiff_t is %t, not %zAl Viro1-1/+1
2006-10-10[PATCH] tipc __user annotationsAl Viro1-3/+3
2006-10-06[PATCH] knfsd: tidy up up meaning of 'buffer size' in nfsd/sunrpcNeilBrown2-21/+24
2006-10-04Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/confighLinus Torvalds4-4/+0
2006-10-04Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds27-346/+416
2006-10-04[PATCH] knfsd: svcrpc: use consistent variable name for the reply stateJ.Bruce Fields1-3/+3
2006-10-04[PATCH] knfsd: svcrpc: gss: fix failure on SVC_DENIED in integrity caseJ.Bruce Fields1-12/+18
2006-10-04[PATCH] knfsd: svcrpc: gss: factor out some common wrapping codeJ.Bruce Fields1-20/+23
2006-10-04[PATCH] knfsd: register all RPC programs with portmapper by defaultOlaf Kirch1-14/+23
2006-10-04[PATCH] knfsd: knfsd: cache ipmap per TCP socketGreg Banks2-3/+46
2006-10-04[PATCH] knfsd: Prepare knfsd for support of rsize/wsize of up to 1MB, over TCPGreg Banks1-0/+15
2006-10-04[PATCH] knfsd: Avoid excess stack usage in svc_tcp_recvfromNeilBrown1-1/+2
2006-10-04[PATCH] knfsd: Replace two page lists in struct svc_rqst with oneNeilBrown3-37/+29
2006-10-04[PATCH] knfsd: Fixed handling of lockd fail when adding nfsd socketNeilBrown1-0/+3
2006-10-04[PATCH] knfsd: call lockd_down when closing a socket via a write to nfsd/port...NeilBrown1-0/+2
2006-10-04[PATCH] slab: clean up leak tracking ifdefs a little bitChristoph Hellwig1-1/+2
2006-10-04Remove all inclusions of <linux/config.h>Dave Jones4-4/+0
2006-10-04[XFRM]: BEET modeDiego Beltrami10-9/+295
2006-10-04[TCP]: Kill warning in tcp_clean_rtx_queue().David S. Miller1-1/+1
2006-10-04[NET_SCHED]: Remove old estimator implementationPatrick McHardy1-196/+0
2006-10-04[TIPC]: fix printk warningJeff Garzik1-2/+3
2006-10-04[XFRM]: Clearing xfrm_policy_count[] to zero during flush is incorrect.David S. Miller1-2/+5
2006-10-04[XFRM] STATE: Use destination address for src hash.Masahide NAKAMURA2-10/+13
2006-10-04[NEIGH]: always use hash_mask under tbl lockJulian Anastasov1-6/+6
2006-10-04[UDP]: Fix MSG_PROBE crashHerbert Xu2-0/+4
2006-10-04[UDP6]: Fix flowi clobberingHerbert Xu1-31/+31
2006-10-04[NET_SCHED]: Revert "HTB: fix incorrect use of RB_EMPTY_NODE"Ismail Donmez1-1/+1
2006-10-04[NETFILTER]: ebt_mark: add or/and/xor action support to mark targetBart De Schuymer1-4/+17
2006-10-04[NETFILTER]: ipt_REJECT: remove largely duplicate route_reverse functionPatrick McHardy1-78/+19
2006-10-04[NETFILTER]: Honour source routing for LVS-NATSimon Horman1-0/+10
2006-10-04[NETFILTER]: add type parameter to ip_route_me_harderSimon Horman3-5/+10
2006-10-04[NETFILTER]: Kconfig: fix xt_physdev dependenciesPatrick McHardy1-1/+1
2006-10-03fix file specification in commentsUwe Zeisberger2-2/+2
2006-10-03Still more typo fixesMatt LaPlante2-2/+2
2006-10-03more misc typo fixesMatt LaPlante3-4/+4
2006-10-02[PATCH] namespaces: utsname: use init_utsname when appropriateSerge E. Hallyn1-1/+1
2006-10-02[PATCH] namespaces: utsname: switch to using uts namespacesSerge E. Hallyn2-9/+9
2006-10-02[PATCH] knfsd: make rpc threads pools numa awareGreg Banks2-2/+260
2006-10-02[PATCH] knfsd: add svc_set_num_threadsGreg Banks2-3/+138
2006-10-02[PATCH] knfsd: split svc_serv into poolsGreg Banks2-52/+129
2006-10-02[PATCH] knfsd: test and set SK_BUSY atomicallyGreg Banks1-10/+10
2006-10-02[PATCH] knfsd: convert sk_reserved to atomic_tGreg Banks1-7/+5
2006-10-02[PATCH] knfsd: use new lock for svc_sock deferred listGreg Banks1-6/+6
2006-10-02[PATCH] knfsd: convert sk_inuse to atomic_tGreg Banks1-18/+11
2006-10-02[PATCH] knfsd: move tempsock aging to a timerGreg Banks2-26/+73
2006-10-02[PATCH] knfsd: Drop 'serv' option to svc_recv and svc_processNeilBrown2-2/+4
2006-10-02[PATCH] knfsd: allow sockets to be passed to nfsd via 'portlist'NeilBrown1-4/+45
2006-10-02[PATCH] knfsd: define new nfsdfs file: portlist - contains list of portsNeilBrown1-0/+40
2006-10-02[PATCH] knfsd: add a callback for when last rpc thread finishesNeilBrown1-1/+6
2006-10-02[PATCH] knfsd: remove an unused variable from auth_unix_lookup()Greg Banks1-4/+1
2006-10-02[PATCH] Kprobes: Make kprobe modules more portableAnanth N Mavinakayanahalli1-2/+4
2006-10-02[PATCH] const struct tty_operationsJeff Dike2-2/+2
2006-10-02[PATCH] file: modify struct fown_struct to use a struct pidEric W. Biederman1-1/+1
2006-10-01[PATCH] r/o bind mount prepwork: inc_nlink() helperDave Hansen1-3/+3
2006-10-01[PATCH] Remove readv/writev methods and use aio_read/aio_write insteadBadari Pulavarty1-40/+0
2006-10-01[PATCH] Vectorize aio_read/aio_write fileop methodsBadari Pulavarty1-26/+23
2006-10-01[PATCH] completions: lockdep annotate on stack completionsPeter Zijlstra1-1/+1
2006-10-01[PATCH] kmemdup: some usersAlexey Dobriyan1-2/+1
2006-09-29[ATM]: [lec] use refcnt to protect lec_arp_entries outside lockChas Williams1-9/+23
2006-09-29[ATM]: [lec] add reference counting to lec_arp entriesChas Williams2-14/+29
2006-09-29[ATM]: [lec] use work queue instead of timer for lec arp expiryChas Williams2-11/+8
2006-09-29[ATM]: [lec] old_close is no longer usedChas Williams1-3/+0
2006-09-29[ATM]: [lec] convert lec_arp_table to hlistChas Williams3-282/+170
2006-09-29[ATM]: [lec] header indent, comment and whitespace cleanupChas Williams2-149/+171
2006-09-29[ATM]: [lec] indent, comment and whitespace cleanup [continued]Chas Williams1-884/+899
2006-09-29[ATM]: [lec] indent, comment and whitespace cleanupChas Williams1-692/+715
2006-09-29[SCTP]: Do not timestamp every SCTP packet.Vlad Yasevich2-7/+9
2006-09-29[SCTP]: Use correct mask when disabling PMTUD.Vlad Yasevich1-1/+1
2006-09-29[SCTP]: Include sk_buff overhead while updating the peer's receive window.Sridhar Samudrala2-3/+10
2006-09-29[SCTP]: Enable Nagle algorithm by default.Sridhar Samudrala1-2/+2
2006-09-29[NetLabel]: audit fixups due to delayed feedbackPaul Moore8-142/+143
2006-09-28[ETHTOOL]: Remove some entries from non-root command list.David S. Miller1-4/+0
2006-09-28[Bluetooth]: Fix section mismatch of bt_sysfs_cleanup()Arnaud Patard1-1/+1
2006-09-28[Bluetooth]: Don't update disconnect timer for incoming connectionsMarcel Holtmann1-4/+4
2006-09-28[ETHTOOL]: let mortals use ethtoolStephen Hemminger1-7/+29
2006-09-28[NetLabel]: add audit support for configuration changesPaul Moore8-34/+224
2006-09-28[TCP]: Fix and simplify microsecond rtt samplingJohn Heffner1-8/+8
2006-09-28[TCP] tcp-lp: prevent chance for oopsWong Hoi Sing Edison1-3/+1
2006-09-28[SUNRPC]: Remove unnecessary check in net/sunrpc/svcsock.cEric Sesterhenn1-8/+6
2006-09-28[IPVS] bug: endianness breakage in ip_vs_ftpAl Viro1-2/+3
2006-09-28[IPVS]: ipvs annotationsAl Viro13-72/+72
2006-09-28[NETFILTER]: h323 annotationsAl Viro2-50/+50
2006-09-28[NETFILTER]: ipt annotationsAl Viro11-45/+48
2006-09-28[NETFILTER]: NAT annotationsAl Viro11-53/+50
2006-09-28[NETFILTER]: conntrack annotationsAl Viro12-80/+81
2006-09-28[NETFILTER]: netfilter misc annotationsAl Viro2-3/+3
2006-09-28[NET]: Annotate dst_ops protocolAl Viro2-2/+2
2006-09-28[NET]: is it Andy or Andi ??Steven Rostedt1-1/+1
2006-09-28[IPVS]: Make sure ip_vs_ftp ports are valid: module_param_array approachSimon Horman1-2/+2
2006-09-28[IPVS]: Reverse valid ip_vs_ftp ports fix: port check approachSimon Horman1-6/+0
2006-09-28[XFRM]: Do not add a state whose SPI is zero to the SPI hash.Masahide NAKAMURA1-4/+7
2006-09-28[IrDA]: Memory allocations cleanupsSamuel Ortiz9-54/+97
2006-09-28[IrDA]: af_irda.c cleanupsSamuel Ortiz1-2/+7
2006-09-28[IPV6]: Disable SG for GSO unless we have checksumHerbert Xu1-0/+3
2006-09-28[XFRM]: xfrm_spi_hash() annotationsAl Viro2-3/+3
2006-09-28[XFRM]: fl_ipsec_spi is net-endianAl Viro1-3/+3
2006-09-28[XFRM]: xfrm_replay_advance() annotationsAl Viro1-3/+2
2006-09-28[XFRM]: xrfm_replay_check() annotationsAl Viro3-5/+4
2006-09-28[XFRM]: xfrm_parse_spi() annotationsAl Viro3-7/+7
2006-09-28[XFRM]: xfrm_state_lookup() annotationsAl Viro3-5/+5
2006-09-28[XFRM]: xfrm_alloc_spi() annotatedAl Viro1-5/+5
2006-09-28[XFRM]: ports in struct xfrm_selector annotatedAl Viro3-8/+8
2006-09-28[IPV4]: inet_diag annotationsAl Viro1-6/+6
2006-09-28[IPV4]: inet_rcv_saddr() annotationsAl Viro2-4/+4
2006-09-28[IPV4]: struct inet_timewait_sock annotationsAl Viro1-1/+1
2006-09-28[IPV4]: annotate inet_lookup() and friendsAl Viro1-5/+5
2006-09-28[IPV4]: INET_MATCH() annotationsAl Viro2-5/+5
2006-09-28[IPV4]: FRA_{DST,SRC} annotatedAl Viro1-6/+6
2006-09-28[IPV4]: net/ipv4/fib annotationsAl Viro4-18/+17
2006-09-28[IPV4]: mroute annotationsAl Viro1-2/+2
2006-09-28[TCP] net/ipv4/tcp_output.c: trivial annotationsAl Viro1-6/+6
2006-09-28[IPV4] net/ipv4/icmp.c: trivial annotationsAl Viro1-1/+1
2006-09-28[UDP] net/ipv4/udp.c: trivial annotationsAl Viro1-15/+15
2006-09-28[IPV4]: inet_csk_search_req() annotationsAl Viro1-3/+3
2006-09-28[IPV4] net/ipv4/arp.c: trivial annotationsAl Viro2-16/+16
2006-09-28[TCP] net/ipv4/tcp_input.c: trivial annotationsAl Viro1-7/+7
2006-09-28[IPV4]: ip_icmp_error() annotationsAl Viro1-1/+1
2006-09-28[IPV4]: ip_local_error() annotationsAl Viro1-1/+1
2006-09-28[TCP]: struct tcp_sack_block annotationsAl Viro2-2/+2
2006-09-28[IPV4]: trivial igmp annotationsAl Viro1-17/+17
2006-09-28[IPV4]: ip_mc_sf_allow() annotatedAl Viro1-1/+1
2006-09-28[IPV4]: struct ip_sf_list and struct ip_sf_socklist annotatedAl Viro1-4/+4
2006-09-28[IPV4]: ip_mc_{inc,dec}_group() annotationsAl Viro1-12/+12
2006-09-28[IPV4]: ip_local_error() ipv4 address argument annotatedAl Viro1-1/+1
2006-09-28[IPV4]: trivial ip_options.c annotationsAl Viro1-8/+8
2006-09-28[IPV4]: struct ipcm_cookie annotationAl Viro1-1/+1
2006-09-28[IPV4]: struct ip_options annotationsAl Viro6-7/+7
2006-09-28[IPV4]: inet_csk_search_req() (partial) annotationsAl Viro1-4/+4
2006-09-28[IPV4]: annotate address in inet_request_sockAl Viro1-2/+2
2006-09-28[NET_SCHED]: Fix fallout from dev->qdisc RCU changePatrick McHardy4-61/+39
2006-09-28[NET_SCHED]: HTB: fix incorrect use of RB_EMPTY_NODEPatrick McHardy1-1/+1
2006-09-28[IPV4]: Fix order in inet_init failure path.Olaf Kirch1-2/+2
2006-09-28[PKTGEN]: DSCP supportFrancesco Fondelli1-6/+59
2006-09-28[PKTGEN]: vlan supportFrancesco Fondelli1-9/+247
2006-09-28[PKT_SCHED] cls_basic: Use unsigned int when generating handleKim Nordlund1-1/+1
2006-09-28[Bluetooth] Support create connection cancel commandMarcel Holtmann2-4/+31
2006-09-28[Bluetooth] Read local version information on device initMarcel Holtmann3-1/+47
2006-09-28[Bluetooth] Return EINPROGRESS for non-blocking socket callsMarcel Holtmann2-2/+2
2006-09-28[Bluetooth] Handle command complete event for exit periodic inquiryMarcel Holtmann1-0/+1
2006-09-28[Bluetooth] Add HCI device identifier for SDIO cardsMarcel Holtmann1-1/+3
2006-09-28[Bluetooth] Integrate services into the driver modelMarcel Holtmann3-3/+67
2006-09-28[Bluetooth] Integrate low-level connections into the driver modelMarcel Holtmann2-3/+84
2006-09-28[Bluetooth] Remove unused host controller attributesMarcel Holtmann1-17/+19
2006-09-28[RTNETLINK]: Possible dereference in net/core/rtnetlink.cEric Sesterhenn1-1/+1
2006-09-28[SUNRPC]: more sunrpc endianness annotationsAl Viro2-8/+8
2006-09-28[SUNRPC]: trivial endianness annotationsAlexey Dobriyan16-100/+103
2006-09-28[SUNRPC]: svc_{get,put}nl()Alexey Dobriyan4-60/+60
2006-09-28[IPV4]: ip_build_and_send_pkt() annotationsAl Viro1-1/+1
2006-09-28[IPV4]: ip_options_build() annotationsAl Viro1-1/+1
2006-09-28[IPV4] bug: broken open-coded inet_make_mask() (multipath_wrandom)Al Viro1-2/+2
2006-09-28[IPV4] multipath_wrandom.c: trivial annotationsAl Viro1-3/+3
2006-09-28[IPV4]: multipath_set_nhinfo() annotationsAl Viro1-2/+2
2006-09-28[IPV4] fib_trie.c: trivial annotationsAl Viro1-6/+6
2006-09-28[IPV4] bug: open-coded inet_make_mask() in fib_semantic_match() is brokenAl Viro1-2/+1
2006-09-28[IPV4]: fib_semantic_match() annotationsAl Viro2-2/+2
2006-09-28[IPV4]: trivial fib_hash.c annotationsAl Viro1-11/+11
2006-09-28[IPV4]: ip_fragment.c endianness annotationsAl Viro1-7/+8
2006-09-28[IPV4]: inetpeer annotationsAl Viro1-2/+2
2006-09-28[IPV4]: ip_fib_check_default() annotatedAl Viro1-1/+1
2006-09-28[IPV4]: inet_addr_type() annotationsAl Viro5-7/+7
2006-09-28[IPV4]: icmp_send() annotationAl Viro1-1/+1
2006-09-28[IPV4]: annotate inetdev.h helpersAl Viro2-7/+7
2006-09-28[IPV4]: IFA_{LOCAL,ADDRESS,BROADCAST,ANYCAST} on ipv4 annotatedAl Viro1-10/+10
2006-09-28[IPV4]: annotate struct in_ifaddrAl Viro5-11/+11
2006-09-28[IPV4]: struct fib_config IPv4 address fields annotatedAl Viro1-1/+1
2006-09-28[IPV4]: RTA_{DST,SRC,GATEWAY,PREFSRC} annotatedAl Viro3-17/+17
2006-09-28[IPV4] net/ipv4/route.c: trivial endianness annotationsAl Viro1-8/+8
2006-09-28[IPV4]: FIB_RES_PREFSRC() annotatedAl Viro1-1/+1
2006-09-28[IPV4]: inet_addr_onlink() annotatedAl Viro1-1/+1
2006-09-28[IPV4]: ip_check_mc() annotationsAl Viro1-1/+1
2006-09-28[IPV4]: fib_validate_source() annotationsAl Viro2-3/+4
2006-09-28[IPV4]: inet_select_addr() annotationsAl Viro6-9/+9
2006-09-28[IPV4]: ip_route_connect() ipv4 address arguments annotatedAl Viro4-4/+4
2006-09-28[IPV4]: annotate rt_hash_code() usersAl Viro1-17/+17
2006-09-28[IPV4]: ip_rt_redirect() annotationsAl Viro1-3/+3
2006-09-28[IPV4]: ip_route_input() annotationsAl Viro3-12/+14
2006-09-28[ATM]: use NIPQUAD instead of open-coding itAl Viro2-18/+7
2006-09-28[TR]: endiannness annotationsAl Viro1-6/+6
2006-09-28[ATALK]: endianness annotationsAl Viro1-51/+28
2006-09-28[NET] Kconfig: fix cut/paste error in TCPPROBEGrant Grundler1-1/+1
2006-09-28[IPV6]: bh_lock_sock_nested on tcp_v6_rcvFabio Olive Leite1-1/+1
2006-09-27Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds3-34/+46
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o1-1/+0
2006-09-27[PATCH] Really ignore kmem_cache_destroy return valueAlexey Dobriyan2-6/+5
2006-09-26Merge branch 'master' into upstreamJeff Garzik23-1427/+1300
2006-09-25[NetLabel]: update docs with website informationPaul Moore1-1/+4
2006-09-25[NetLabel]: rework the Netlink attribute handling (part 2)Paul Moore6-830/+895
2006-09-25[NetLabel]: rework the Netlink attribute handling (part 1)Paul Moore5-548/+67
2006-09-25[NetLabel]: make the CIPSOv4 cache spinlocks bottom half safePaul Moore1-8/+8
2006-09-25[NetLabel]: correct improper handling of non-NetLabel peer contextsPaul Moore2-15/+56
2006-09-25[PATCH] bcm43xx: WE-21 supportLarry Finger1-4/+4
2006-09-25[PATCH] WE-21 support (core API)John W. Linville2-30/+42
2006-09-24[TCP]: make cubic the defaultStephen Hemminger1-6/+6
2006-09-24[TCP]: default congestion control menuStephen Hemminger3-6/+47
2006-09-24Merge master.kernel.org:/pub/scm/linux/kernel/git/acme/net-2.6David S. Miller7-15/+219
2006-09-24[PATCH] fix iptables __user misannotationsAl Viro1-3/+3
2006-09-24[DCCP]: Introduce dccp_probeIan McDonald3-0/+216